@charset "utf-8";

/* MAIN VIEW SLIDER 
============================================= */
.swiper-container p,
.swiper-container h1,
.swiper-container-2{
  opacity: 0;
}
.swiper-container.swiper-container-initialized p,
.swiper-container.swiper-container-initialized h1,
.swiper-container-2.swiper-container-initialized{
  opacity: 1;
}

.mv_news_slider{
  position: absolute;
  width: 100%!important;
  overflow: hidden;
  padding-left: 0;
  bottom: 4%;
  font-size: 3.125vw;
}
.mv_news_li{
  width: 100%;
  /* height: 8rem; */
}
.mv_news_li a{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
.mv_news_anchor{
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
.mv_news_anchor::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 92%;
  background-color: #271005;
  z-index: -1;
}
.mv_news_img_box{
  width: 45%;
  padding: 0 1em .6em .6em;
}
.mv_news_detail_box{
  position: relative;
  width:  55%;
  margin: 1em 1em .8em 0;
}
.mv_news_ttl{
  position: absolute;
  left: 0;
  top: 0;
  bottom: .5em;
  margin: auto;
  width: fit-content;
  height: fit-content;
  color: #fff;
  font-family: "ms pgothic", sans-serif;
  font-size: .95em;
  font-weight: 600;
  line-height: 1.45;
}
.mv_news_date{
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Lato",serif;
  font-size: .85em;
  line-height: 1;
  text-align: right;
  color: #bf9154;
}

@media screen and (min-width: 769px){
  .mv_news_slider{
    position: absolute;
    width: 100%!important;
    bottom: 8%;
    font-size: 13px;
  }
  .mv_news_li a{
    width: 31.4%;
    margin-left: 5.6%;
  }
  .mv_news_ttl{
    font-size: .9em;
  }
}/*  */

@media screen and (min-width: 1200px){
  .mv_news_slider{
    font-size: 1.0833333vw;
  }
}/*  */
