@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://assets.ec.medulla.jp/common/fonts/NotoSansJP-Regular.woff2") format("woff2"),
    url("https://assets.ec.medulla.jp/common/fonts/NotoSansJP-Regular.woff") format("woff");
}

main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fv__mv {
  position: absolute;
  z-index: -1;
  top: 28%;
  left: 0;
  width: 100%;
}

.ugc__carousel {
  position: absolute;
  top: 23%;
  left: 0;
  width: 100%;
}

.ugc__carousel .swiper-wrapper {
  transition-timing-function: linear;
}

.float-btn {
  position: fixed;
  z-index: 100;
  bottom: -100vh;
  left: 50%;
  transform: translateX(-50%);
  max-width: 845px;
  width: 90%;
  transition: opacity 0.3s;
}

.float-btn.show {
  bottom: 10px;
}