@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Reddit+Mono&display=swap);
.p-top-mv__slider {
  padding-left: 0;
  padding-right: 0;
}
.p-top-mv__slider figure {
  aspect-ratio: 1080/400;
  float: left;
  overflow: hidden;
  position: relative;
}
.p-top-mv__slider figure img {
  filter: blur(6px);
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-top-mv__slider figure::after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
}
.p-top-mv__slider figure.slick-current::after {
  opacity: 0;
}
.p-top-mv__slider figure.slick-current img {
  width: 100%;
  filter: blur(0);
}
.p-top-mv__slider .slick-list {
  overflow: visible;
}

main .p-search-form {
  margin-bottom: 80px;
  margin-top: 56px;
}

.top-area {
  padding-bottom: 80px;
}
.top-area__btn-more {
  margin-top: 64px;
  text-align: center;
}

.top-category {
  padding-bottom: 80px;
}
.top-category__btn-more {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 1272px){ /**/
}
@media screen and (max-width: 767px){ /**/
  .p-top-mv__slider figure {
    aspect-ratio: 6/4;
  }
  main .p-search-form {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .top-area {
    padding-bottom: 40px;
  }
  .top-area__btn-more {
    margin-top: 40px;
  }
  .top-category {
    padding-bottom: 40px;
  }
  .top-category__btn-more {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=top.css.map */
