.m-page-header {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .m-page-header {
    margin-bottom: 20px;
  }
}
/* エンタメ一覧 - 注目記事
========================================================================== */
.m-popular-post .m-popular-post_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*大きいBOX*/
}
@media (max-width: 768px) {
  .m-popular-post .m-popular-post_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-popular-post .m-popular-post_list .m-popular-post_list_item a figure {
  overflow: hidden;
  border: 1px solid #e4e5ec;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 10px;
}
.m-popular-post .m-popular-post_list .m-popular-post_list_item a figure img {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.m-popular-post .m-popular-post_list .m-popular-post_list_item a figure:hover {
  -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
}
.m-popular-post .m-popular-post_list .m-popular-post_list_item a .m-popular-post_title {
  position: relative;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .m-popular-post .m-popular-post_list .m-popular-post_list_item a .m-popular-post_title {
    font-size: 12px;
    line-height: 1.5;
  }
}
.m-popular-post .m-popular-post_list .m-popular-post_list_item a .m-popular-post_title span {
  font-size: 12px;
  color: #777;
  display: block;
  font-weight: 400;
}
@media (max-width: 768px) {
  .m-popular-post .m-popular-post_list .m-popular-post_list_item a .m-popular-post_title span {
    font-size: 10px;
  }
}
.m-popular-post .m-popular-post_list .m-popular-post_list_item a p {
  margin-top: 5px;
}
.m-popular-post .m-popular-post_list .m-popular-post_list_item a:hover {
  text-decoration: none;
}
.m-popular-post .m-popular-post_list .m-popular-post_list_item a:hover figure img {
  -webkit-transform: scale(1.04, 1.04);
      -ms-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}
.m-popular-post .m-popular-post_list .m-popular-post_list_item a[target="_blank"]:not(.m-no-icon):after {
  display: none;
}
.m-popular-post .m-popular-post_list .m-popular-post_list_item a[target="_blank"]:not(.m-no-icon) .m-popular-post_title::after {
  background: url(/common/img/parts/icon-window_bg01.svg) no-repeat 0 0;
  height: 11px;
  width: 11px;
  content: '';
  display: inline-block;
  margin-left: 5px;
}
.m-popular-post .m-popular-post_list .m-popular-post_list_box {
  width: -webkit-calc(50% - 13px);
  width: calc(50% - 13px);
  padding-left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .m-popular-post .m-popular-post_list .m-popular-post_list_box {
    width: 100%;
    padding-left: 0;
  }
}
.m-popular-post .m-popular-post_list .m-popular-post_list_box .m-popular-post_list_item {
  width: -webkit-calc(50% - 13px);
  width: calc(50% - 13px);
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .m-popular-post .m-popular-post_list .m-popular-post_list_box .m-popular-post_list_item {
    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px);
    margin-bottom: 28px;
  }
}
.m-popular-post .m-popular-post_list .m-popular-post_list_box .m-popular-post_list_item a .m-popular-post_title span {
  margin-top: 3px;
}
.m-popular-post .m-popular-post_list .m-popular-post_list_box_lg {
  width: -webkit-calc(50% - 13px);
  width: calc(50% - 13px);
  padding-right: 13px;
}
@media (max-width: 768px) {
  .m-popular-post .m-popular-post_list .m-popular-post_list_box_lg {
    width: 100%;
    margin-bottom: 35px;
  }
}
.m-popular-post .m-popular-post_list .m-popular-post_list_box_lg .m-popular-post_list_item a .m-popular-post_title {
  font-size: 18px;
}
@media (max-width: 768px) {
  .m-popular-post .m-popular-post_list .m-popular-post_list_box_lg .m-popular-post_list_item a .m-popular-post_title {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .m-popular-post .m-popular-post_list .m-popular-post_list_box_lg .m-popular-post_list_item a .m-popular-post_title span {
    margin-top: 6px;
  }
}
.m-popular-post .m-popular-post_list .m-popular-post_list_box_lg .m-popular-post_list_item a p {
  color: #333;
  font-size: 14px;
}
@media (max-width: 768px) {
  .m-popular-post .m-popular-post_list .m-popular-post_list_box_lg .m-popular-post_list_item a p {
    font-size: 12px;
  }
}
/* エンタメ一覧 - カテゴリータグ
========================================================================== */
.m-entertainment-post_cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-entertainment-post_cats span {
  font-size: 12px;
  line-height: 32px;
  color: #777777;
  margin-bottom: 5px;
  padding: 0 0 0 38px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .m-entertainment-post_cats span {
    line-height: 21px;
    font-size: 10px;
    padding: 0 0 0 26px;
  }
}
.m-entertainment-post_cats .m-entertainment-post_cats-read {
  background: url(/entertainment/img/index_cat_badge_read.png) no-repeat left center / 32px;
}
@media (max-width: 768px) {
  .m-entertainment-post_cats .m-entertainment-post_cats-read {
    background-size: 21px;
  }
}
.m-entertainment-post_cats .m-entertainment-post_cats-drink {
  background: url(/entertainment/img/index_cat_badge_drink.png) no-repeat left center / 32px;
}
@media (max-width: 768px) {
  .m-entertainment-post_cats .m-entertainment-post_cats-drink {
    background-size: 21px;
  }
}
.m-entertainment-post_cats .m-entertainment-post_cats-exp {
  background: url(/entertainment/img/index_cat_badge_exp.png) no-repeat left center / 32px;
}
@media (max-width: 768px) {
  .m-entertainment-post_cats .m-entertainment-post_cats-exp {
    background-size: 21px;
  }
}
.m-entertainment-post_cats .m-entertainment-post_cats-buy {
  background: url(/entertainment/img/index_cat_badge_buy.png) no-repeat left center / 32px;
}
@media (max-width: 768px) {
  .m-entertainment-post_cats .m-entertainment-post_cats-buy {
    background-size: 21px;
  }
}
/* エンタメ一覧 - 新着コンテンツ
========================================================================== */
.m-latest-post {
  margin-top: 40px;
  margin-bottom: 50px;
  /*記事一覧(PC)*/
}
@media (max-width: 768px) {
  .m-latest-post {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.m-latest-post .m-latest-post_inner {
  border: solid 2px #f3be00;
  padding: 25px 30px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_inner {
    padding: 15px;
    margin-bottom: 50px;
  }
}
.m-latest-post .m-latest-post_inner .m-section-title {
  margin-bottom: 10px;
}
.m-latest-post .m-latest-post_inner .m-section-title h2 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_inner .m-section-title {
    padding-top: 0;
    margin-bottom: 0;
  }
  .m-latest-post .m-latest-post_inner .m-section-title h2 {
    font-size: 18px;
  }
}
.m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li {
  border-bottom: 1px solid #e4e5ec;
  padding: 3px 0;
}
@media (min-width: 769px) {
  .m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li {
    padding: 10px 0 10px;
  }
}
.m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li .m-latest-post_list_date,
.m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li .m-latest-post_list_cat {
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li .m-latest-post_list_date,
  .m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li .m-latest-post_list_cat {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li .m-latest-post_list_date {
  color: #777;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li .m-latest-post_list_date {
    margin-right: 15px;
  }
}
.m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li .m-latest-post_list_cat {
  font-weight: 600;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li .m-latest-post_list_cat {
    margin-right: 0;
    display: inline;
  }
}
.m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li a {
  font-size: 14px;
  color: #333;
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li a {
    display: block;
    font-size: 12px;
    line-height: 1.7;
  }
}
.m-latest-post .m-latest-post_list_wrapper .m-latest-post_list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.m-latest-post .m-latest-post_card {
  overflow: visible;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 0;
  left: 50%;
}
@media (min-width: 769px) {
  .m-latest-post .m-latest-post_card {
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_card {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 5px;
    width: auto;
    left: 0;
  }
}
.m-latest-post .m-latest-post_card .m-carousel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 388px;
  border-right: none;
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_card .m-carousel_box {
    max-width: 251px;
  }
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_card .m-carousel_box.swiper-slide-active figure {
    -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
  }
}
.m-latest-post .m-latest-post_card .m-carousel_box a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 0;
}
.m-latest-post .m-latest-post_card .m-carousel_box a .m-carousel_title {
  color: #333333;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 1px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_card .m-carousel_box a .m-carousel_title {
    font-size: 13px;
  }
}
.m-latest-post .m-latest-post_card .m-carousel_box a .m-carousel_title::before {
  display: none;
}
.m-latest-post .m-latest-post_card .m-carousel_box a figure {
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_card .m-carousel_box a figure {
    margin-bottom: 8px;
  }
}
.m-latest-post .m-latest-post_card .m-carousel_box a figure img {
  max-height: none;
  width: 100%;
}
.m-latest-post .m-latest-post_card .m-carousel_box a:hover figure {
  -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
}
.m-latest-post .m-latest-post_card .m-carousel_box a p {
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_card .m-carousel_box a p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.m-latest-post .m-latest-post_card .m-carousel_pagination {
  bottom: -20px;
  font-size: 0;
}
.m-latest-post .m-latest-post_card .m-carousel_pagination .swiper-pagination-bullet {
  background: #ffffff;
  border: solid 1px #e4e5ec;
  border-radius: 50%;
  height: 10px;
  margin: 5px 10px 0 0;
  opacity: 1;
  width: 10px;
}
.m-latest-post .m-latest-post_card .m-carousel_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.m-latest-post .m-latest-post_card .m-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f3be00;
  border-color: #f3be00;
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_card .m-carousel_pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}
.m-latest-post .m-latest-post_card .m-carousel_button-next.swiper-button-disabled,
.m-latest-post .m-latest-post_card .m-carousel_button-prev.swiper-button-disabled {
  opacity: 0;
}
.m-latest-post .m-latest-post_card .m-carousel_button-next,
.m-latest-post .m-latest-post_card .m-carousel_button-prev {
  background: url(/common/img/parts/carousel_img_next.svg) no-repeat 50% 50% rgba(255, 255, 255, 0.82);
  background-size: 10px 16px;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
  display: none;
  height: 44px;
  margin-top: 0;
  top: 88px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 44px;
}
@media (min-width: 769px) {
  .m-latest-post .m-latest-post_card .m-carousel_button-next:hover,
  .m-latest-post .m-latest-post_card .m-carousel_button-prev:hover {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_card .m-carousel_button-next,
  .m-latest-post .m-latest-post_card .m-carousel_button-prev {
    width: 25px;
    height: 25px;
    background-size: 5px;
    top: 60px;
    display: block;
  }
}
@media (min-width: 769px) {
  .m-latest-post .m-latest-post_card:hover .m-carousel_button-next,
  .m-latest-post .m-latest-post_card:hover .m-carousel_button-prev {
    display: block;
  }
}
.m-latest-post .m-latest-post_card .m-carousel_button-next {
  right: 50px;
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_card .m-carousel_button-next {
    right: 15px;
  }
}
.m-latest-post .m-latest-post_card .m-carousel_button-prev {
  left: 50px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .m-latest-post .m-latest-post_card .m-carousel_button-prev {
    left: 15px;
  }
}
@media (min-width: 769px) {
  .m-latest-post .m-latest-post_card .m-carousel_button-prev:hover {
    -webkit-transform: rotate(180deg) scale(1.1);
        -ms-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1);
  }
}
@media (min-width: 769px) {
  .m-latest-post .m-latest-post_card.theme-showcase {
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* エンタメ一覧 - タブ展開スペシャルコンテンツ
========================================================================== */
.m-special-contents {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 768px) {
  .m-special-contents {
    margin-top: 38px;
  }
}
.m-special-contents .m-tab-icon {
  background: #f1f2f6;
  margin-right: -40px;
  margin-left: -40px;
}
@media (max-width: 768px) {
  .m-special-contents .m-tab-icon {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.m-special-contents .m-tab-icon ul {
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-special-contents .m-tab-icon ul li {
  width: 20%;
  max-width: 160px;
  position: relative;
}
.m-special-contents .m-tab-icon ul li:before {
  content: "";
  width: 2px;
  height: 50px;
  display: block;
  background: #e4e5ec;
  position: absolute;
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  left: 0;
}
@media (max-width: 768px) {
  .m-special-contents .m-tab-icon ul li:before {
    width: 1px;
    height: 60px;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
  }
}
.m-special-contents .m-tab-icon ul li:last-child:after {
  content: "";
  width: 2px;
  height: 50px;
  display: block;
  background: #e4e5ec;
  position: absolute;
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  right: 0;
}
@media (max-width: 768px) {
  .m-special-contents .m-tab-icon ul li:last-child:after {
    height: 1px;
    height: 60px;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
  }
}
.m-special-contents .m-tab-icon ul li a {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .m-special-contents .m-tab-icon ul li a {
    padding-top: 18px;
    padding-bottom: 18px;
    height: -webkit-calc(100% - 26px);
    height: calc(100% - 26px);
  }
}
.m-special-contents .m-tab-icon ul li a:before {
  bottom: 0;
  width: 90px;
  left: 50%;
  margin-left: -45px;
}
@media (max-width: 768px) {
  .m-special-contents .m-tab-icon ul li a:before {
    width: 100%;
    margin-left: -50%;
    bottom: 10px;
  }
}
.m-special-contents .m-tab-icon ul li a span {
  padding-top: 78px;
}
@media (max-width: 768px) {
  .m-special-contents .m-tab-icon ul li a span {
    font-size: 10px;
    padding-top: 47px;
  }
}
.m-special-contents .m-tab-icon ul li a span:after {
  left: 0;
  right: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-special-contents .m-tab-icon ul li a span:after {
    width: 40px;
    height: 40px;
  }
}
.m-special-contents .m-tab-icon ul li a span.nav_all:after {
  background: #f3be00 url(/entertainment/img/index_icon_tab_all.png) no-repeat center center / 32px;
}
@media (max-width: 768px) {
  .m-special-contents .m-tab-icon ul li a span.nav_all:after {
    background-size: 19px;
  }
}
.m-special-contents .m-tab-icon ul li a span.nav_read:after {
  background: #0e376f url(/entertainment/img/index_icon_tab_read.png) no-repeat center center / 36px;
}
@media (max-width: 768px) {
  .m-special-contents .m-tab-icon ul li a span.nav_read:after {
    background-size: 21px;
  }
}
.m-special-contents .m-tab-icon ul li a span.nav_drink:after {
  background: #df343a url(/entertainment/img/index_icon_tab_drink.png) no-repeat center center / 22px;
}
@media (max-width: 768px) {
  .m-special-contents .m-tab-icon ul li a span.nav_drink:after {
    background-size: 13px;
  }
}
.m-special-contents .m-tab-icon ul li a span.nav_buy:after {
  background: #e4562a url(/entertainment/img/index_icon_tab_buy.png) no-repeat center center / 34px;
}
@media (max-width: 768px) {
  .m-special-contents .m-tab-icon ul li a span.nav_buy:after {
    background-size: 18px;
  }
}
.m-special-contents .m-tab-icon ul li a span.nav_exp:after {
  background: #396a3f url(/entertainment/img/index_icon_tab_exp.png) no-repeat center center / 18px;
}
@media (max-width: 768px) {
  .m-special-contents .m-tab-icon ul li a span.nav_exp:after {
    background-size: 11px;
  }
}
@media (max-width: 768px) {
  .m-special-contents .js-tab-content {
    margin-top: 25px;
  }
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li {
  position: relative;
  padding-bottom: 62px;
  width: -webkit-calc(25% - 24px);
  width: calc(25% - 24px);
  margin-right: 24px;
  margin-bottom: 40px;
  border: solid 1px #e4e5ec;
}
@media (max-width: 768px) {
  .m-special-contents .js-tab-content .m-special-contents_pickup ul li {
    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px);
    margin-right: 6px;
    margin-bottom: 30px;
    padding-bottom: 46px;
  }
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .m-special-contents .js-tab-content .m-special-contents_pickup ul li:nth-child(4n) {
    margin-right: 24px;
  }
}
@media (max-width: 768px) {
  .m-special-contents .js-tab-content .m-special-contents_pickup ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li a {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li a .m-media_title {
  width: auto;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
  line-height: 1.71;
}
@media (max-width: 768px) {
  .m-special-contents .js-tab-content .m-special-contents_pickup ul li a .m-media_title {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li a .m-media_title:before {
  display: none;
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li a .m-media_title span {
  display: block;
  font-size: 12px;
  color: #777;
  font-weight: 400;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .m-special-contents .js-tab-content .m-special-contents_pickup ul li a .m-media_title span {
    font-size: 10px;
  }
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li a .m-media_title + p {
  width: auto;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #333;
  margin-top: 12px;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .m-special-contents .js-tab-content .m-special-contents_pickup ul li a .m-media_title + p {
    font-size: 12px;
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li a figure {
  width: auto;
  height: auto;
  border: 1px solid #e4e5ec;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li a figure img {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li a .m-special-contents_pickup_cats {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  margin-top: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
}
@media (max-width: 768px) {
  .m-special-contents .js-tab-content .m-special-contents_pickup ul li a .m-special-contents_pickup_cats {
    line-height: 21px;
    padding: 10px;
  }
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li a .m-special-contents_pickup_cats img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .m-special-contents .js-tab-content .m-special-contents_pickup ul li a .m-special-contents_pickup_cats img {
    width: 21px;
    height: 21px;
    margin-right: 3px;
  }
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li:hover {
  -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li:hover a {
  text-decoration: none;
}
.m-special-contents .js-tab-content .m-special-contents_pickup ul li:hover a figure img {
  -webkit-transform: scale(1.04, 1.04);
      -ms-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}
.m-special-contents .js-tab-content .m-special-contents_pickup_more {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.m-special-contents .js-tab-content .m-special-contents_pickup_more div {
  padding: 16px 0;
  width: 360px;
  border-radius: 50px;
  border: 2px solid #e4e5ec;
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .m-special-contents .js-tab-content .m-special-contents_pickup_more div {
    width: 240px;
    padding: 10px 0;
    border: 1px solid #e4e5ec;
  }
}
.m-special-contents .js-tab-content .m-special-contents_pickup_more div span {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .m-special-contents .js-tab-content .m-special-contents_pickup_more div span {
    font-size: 12px;
    padding-left: 24px;
  }
}
.m-special-contents .js-tab-content .m-special-contents_pickup_more div span:before,
.m-special-contents .js-tab-content .m-special-contents_pickup_more div span:after {
  content: "";
  background: #16181a;
  position: absolute;
}
.m-special-contents .js-tab-content .m-special-contents_pickup_more div span:before {
  width: 2px;
  height: 14px;
  left: 10px;
  top: 50%;
  margin-top: -6px;
}
@media (max-width: 768px) {
  .m-special-contents .js-tab-content .m-special-contents_pickup_more div span:before {
    height: 12px;
    left: 9px;
    margin-top: -5px;
  }
}
.m-special-contents .js-tab-content .m-special-contents_pickup_more div span:after {
  width: 14px;
  height: 2px;
  left: 4px;
  top: 50%;
}
@media (max-width: 768px) {
  .m-special-contents .js-tab-content .m-special-contents_pickup_more div span:after {
    width: 12px;
  }
}
