@charset "utf-8";

/*============================
MV
============================*/
.mv_wrap {
  position: relative;
  z-index: 0;
}

.mv_wrap::before {
  content: "";
  width: 100%;
  max-width: 17rem;
  height: 100%;
  margin: auto;
  background-image: url(../img/top/mv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.mv_wrap .slides_wrap {
  position: relative;
  overflow: hidden;
}

.mv_wrap .slides_wrap .slides {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.mv_wrap .slides_wrap .slick-list {
  padding: 0.30rem 0 1.20rem;
}
@media screen and (max-width: 640px) {
  .mv_wrap .slides_wrap .slick-list {
    padding: 0.15rem 0 0.80rem;
  }
}

.mv_wrap .slides_wrap .slides .slick-slide {
  margin: 0 0.1rem;
  width: 5.80rem;
  height: 4.95rem;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .mv_wrap .slides_wrap .slides .slick-slide {
    width: 2.90rem;
    height: 2.47rem;
    margin: 0 0.05rem;
  }
}
.mv_wrap .slides_wrap .slides .slide {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 0.20rem;
  box-shadow: 0.06rem 0.06rem 0.16rem rgba(0, 0, 0, 0.2);
  width: 5.80rem;
  height: 4.95rem;
}
@media screen and (max-width: 640px) {
  .mv_wrap .slides_wrap .slides .slide {
    width: 2.90rem;
    height: 2.47rem;
  }
}

.mv_wrap .slides_wrap .slides .slide.-type01 {
  top: 0.20rem;
}
@media screen and (max-width: 640px) {
  .mv_wrap .slides_wrap .slides .slide.-type01 {
    top: 0.10rem;
  }
}

.mv_wrap .slides_wrap .slides .slide.-type02 {
  top: 0.80rem;
}
@media screen and (max-width: 640px) {
  .mv_wrap .slides_wrap .slides .slide.-type02 {
    top: 0.60rem;
  }
}

.mv_wrap .slides_wrap .slides .slide.-type03 {
  top: 0.40rem;
}
@media screen and (max-width: 640px) {
  .mv_wrap .slides_wrap .slides .slide.-type03 {
    top: 0.30rem;
  }
}

.mv_wrap .slides_wrap .slides .slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv_wrap .catch_wrap {
  width: 100%;
  max-width: 10.00rem;
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .mv_wrap .catch_wrap {
    left: 55%;
    bottom: 0.65rem;
  }
}

.mv_wrap .catch_wrap .main {
  font-size: 0.50rem;
  max-width: 6.50rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .mv_wrap .catch_wrap .main {
    font-size: 0.26rem;
  }
}

.mv_wrap .catch_wrap .bg {
  position: relative;
}

.mv_wrap .catch_wrap .bg::before {
  content: "";
  width: calc(100% + 0.16rem);
  height: 96%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: -0.10rem;
  z-index: -1;
}

.mv_wrap .catch_wrap .sub {
  font-size: 0.26rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.40rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mv_wrap .catch_wrap .sub {
    font-size: 0.16rem;
    margin-top: 0.15rem;
  }
}

.mv_wrap .catch_wrap .sub .bg::before {
  top: 0.01rem;
}

/* お知らせ */
@media screen and (max-width: 640px) {
  .news_list {
    padding-top: 0.20rem;
  }
}