@charset "UTF-8";

/* top-fv.css */
.p-fv__wrapper {
  position: relative;
  -webkit-padding-after: 10rem;
  padding-block-end: 10rem;
  background-color: #f0f5f8;
}

@media (min-width: 768px) {
  .p-fv__wrapper {
    -webkit-padding-after: 8.75rem;
    padding-block-end: 8.75rem;
  }
}

.p-fv {
  background-color: #f0f5f8;
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 45rem;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .p-fv {
    height: 45rem;
    width: 100%;
  }
}

.p-fv::before {
  content: "";
  position: absolute;
  background-color: #f0f5f8;
  left: 0;
  bottom: -0.0625rem;
  pointer-events: none;
  width: 17.5rem;
  height: 11.25rem;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: 7;
}

@media (min-width: 768px) {
  .p-fv::before {
    width: 28.125rem;
    height: 18.75rem;
  }
}

.p-fv::after {
  content: "";
  z-index: 6;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url("https://mutsuna.net/system_panel/uploads/images/noise.png") repeat center/contain;
  width: 100%;
  height: 100%;
    pointer-events: none;
}

.p-fv__inner {
  position: absolute;
  z-index: 4;
  top: 7.5rem;
  left: 50%;
  translate: -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-inline: 1.25rem;
  max-width: 82.875rem;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .p-fv__inner {
    top: 7.5rem;
    padding-inline: 1.875rem;
  }
}

.p-fv__swiper-container {
  position: relative;
  z-index: 1;
}

.p-fv__ttl {
  font-family: "Lato", sans-serif;
  -webkit-text-stroke-width: 0.03125rem;
  -webkit-text-stroke-color: #f9fdff;
  color: transparent;
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.125rem;
}

@media (min-width: 768px) {
  .p-fv__ttl {
    font-size: 6.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 6.5625rem;
  }
}

.p-fv__content {
  z-index: 5;
  position: absolute;
  padding-inline: 1.25rem;
  width: 100%;
  bottom: 3.75rem;
  left: 50%;
  translate: -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  row-gap: 3.75rem;
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}

@media (min-width: 768px) {
  .p-fv__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 78.75rem;
    padding-inline: 1.25rem;
    bottom: 3.125rem;
  }
}

.p-fv__info {
  width: 100%;
}

@media (min-width: 768px) {
  .p-fv__info {
    max-width: 30rem;
  }
}

.p-top__read {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 1.02px;
}

@media (min-width: 768px) {
  .p-top__read {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.5rem;
  }
}

.p-top__text {
  color: #fff;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 237.5% */
  letter-spacing: 0.48px;
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
}

@media (min-width: 768px) {
  .p-top__text {
    font-size: 1rem;
    line-height: 2.375rem;
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
  }
}

/* top-fv.css ここまで*/