@charset "UTF-8";

/* ニューススライド
***************************************************************/
.mvNewsWrap {
  background-color: rgba(29, 33, 30, .83);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
.mvNewsWrap .inner {
  width: 1200px;
  height: 50px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.mvNewsWrap .news_h2 {
  width: 77px;
  height: 24px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.2em;
  color: #5B5E62;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mvNewsWrap .newsSlide {
  width: calc(100% - 317px);
  display: flex;
  justify-content: space-between;
}
.mvNewsWrap .newsSlide .slick-list {
  width: 100%;
}
.mvNewsWrap .newsSlide .newsPost {
  width: 100%;
  display: flex;
  align-items: center;
}
.mvNewsWrap .newsSlide .newsPost .day {
  width: 80px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
}
.mvNewsWrap .newsSlide .newsPost .postTitle {
  width: calc(100% - 80px);
  font-size: 13px;
  letter-spacing: 0.05em;
  display: block;
  color: #fff;
}
.mvNewsWrap .newsSlide .newsPost a.postTitle {
  text-decoration: underline;
}
.mvNewsWrap .slideNav {
  width: 130px;
  padding: 0 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 100px;
}
.mvNewsWrap .slideNav .slick-counter {
  width: calc(100% - 30px);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.mvNewsWrap .slideNav .prev,
.mvNewsWrap .slideNav .next {
  width: 13px;
  height: 14px;
  background-image: url(../../img/common/prev1_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.mvNewsWrap .slideNav .next {
  background-image: url(../../img/common/next1_w.svg);
}
.mvNewsWrap .newsListLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #fff;
}
@media all and (min-width: 681px) {
  .mvNewsWrap .newsSlide .newsPost a.postTitle:hover {
    text-decoration: none;
  }
  .mvNewsWrap .newsListLink:hover {
    background-color: #1d211e;
  }
}
@media all and (max-width:680px) {
  .mvNewsWrap {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 20px 0 30px;
    background-color: #4c4c4c;
  }
  .mvNewsWrap .inner {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
  }
  .mvNewsWrap .newsSlide {
    width: 100%;
    display: block;
    padding: 0 15px;
    margin-top: -23px;
  }
  .mvNewsWrap .newsSlide .slick-list {
    width: 100%;
  }
  .mvNewsWrap .newsSlide .newsPost {
    width: 100%;
    display: block;
  }
  .mvNewsWrap .newsSlide .newsPost .day {
    width: calc(100% - 140px);
    font-size: 14px;
    padding-left: 75px;
  }
  .mvNewsWrap .newsSlide .newsPost .postTitle {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    white-space: normal;
    margin-top: 20px;
  }
  .mvNewsWrap .slideNav {
    width: 100px;
    height: 25px;
    padding: 0 10px;
    position: absolute;
    top: 20px;
    right: 55px;
  }
  .mvNewsWrap .newsListLink {
    width: 55px;
    height: 24px;
    top: 20px;
    right: 0;
    font-size: 13px;
    border-left: none;
  }
}
@media all and (max-width:370px) {
}


/* ピックアップイベント
***************************************************************/
@media all and (min-width: 681px) {
  body .mvEventWrap {
    bottom: 50px;
  }
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
