﻿article, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

// 特集グループ用
.contents-feature_imgs {
  margin-bottom: 1.5em; }
  .contents-feature_imgs:before, .contents-feature_imgs:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .contents-feature_imgs:after {
    clear: both; }
  .contents-feature_imgs .img {
    width: 49%;
    float: left;
    clear: left;
    position: relative;
    margin-bottom: .3em;
        background-color: #000 }
    .contents-feature_imgs .img:nth-child(even) {
      float: right;
      clear: right; }
  .contents-feature_imgs .title {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 110%;
    line-height: 1.4;
    letter-spacing: .05em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  .contents-feature_imgs .img img {
        max-width: 100%;
        height: auto;}

.navi_horizontal_list {
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  overflow: hidden;
  position:relative;}
  .navi_horizontal_list ul {
    list-style: none; }
  .navi_horizontal_list .swiper-wrapper,
  .navi_horizontal_list .slick-track {
    padding-bottom: .4em;
    list-style: none; }
  .navi_horizontal_list-image .slide,
  .navi_horizontal_list-image .slick-slide {
    min-width: 14.05em;
    margin: 0 .2em; }
    .navi_horizontal_list-image .slide:last-child,
    .navi_horizontal_list-image .slide a,
    .navi_horizontal_list-image .slick-slide a {
      width: 14.05em;
      height: 100%;
      display: block;
      position: relative; }
    .navi_horizontal_list-image .slide.feature_more,
    .navi_horizontal_list-image .slick-slide.feature_more {
      padding-right: 1em;
      min-width: 8.05em;
      height: 6.75em;
      font-size: 90%; }
      .navi_horizontal_list-image .slide.feature_more a,
      .navi_horizontal_list-image .slick-slide.feature_more a {
        border-radius: .3em;
        background: #fff;
        width: 100%;
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        color: #2e59ae;
        border: 1px solid #c0cde6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .navi_horizontal_list-image .slide.feature_more .title,
      .navi_horizontal_list-image .slick-slide.feature_more .title {
        color: #2e59ae;
        margin-bottom: .5em;
        line-height: 1.2; }
      .navi_horizontal_list-image .slide.feature_more .ico,
      .navi_horizontal_list-image .slick-slide.feature_more .ico {
        font-size: 85%; }
  .navi_horizontal_list-image .thumb {
    width: 100%;
    height: 6.1em;
    overflow: hidden;
        background-color: #000; }

  .navi_horizontal_list-image .thumb img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
          opacity: 0.6; }
  .navi_horizontal_list-image .detail {
    width: 100%;
    height: 100%;
    line-height: 160%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .navi_horizontal_list-image .title {
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    line-height: 1.4; }
  .swiper-button-prev,.swiper-button-next{
    width: 17px !important;  
    height: 17px !important;
    padding:5px;
    border:2px solid #00FFFF;
    border-radius:50%;
    top: 56% !important;
    background-size:20px 20px !important;
  }
// 特集グループ用ここまで

// 通常特集・クリップ特集
.feature_mv {
  padding: 0.4em 2.5% 0 2.5%;
  margin-top: -.3em;
  margin-bottom: .75em; }
  .feature_mv .cover {
    position: relative;
    margin-bottom: 0;
    background-color: #000;}
    .feature_mv .cover img {
      width: 100%;
      opacity: 0.6; }
    .feature_mv .cover .title {
      position: absolute;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 175%;
      line-height: 1.6;
      letter-spacing: .05em; }
  .feature_mv .detail {
    text-align: center;
    font-size: 110%;
    color: #434343;
    padding: .5em 1em;
    line-height: 1.5; }
// 通常特集・クリップ特集ここまで
