@charset "UTF-8";
/*
 Rental
-----------------------------------------------------*/
/* レンタルスペースエリア */
.p-rental-floor {
  position: relative;
  overflow: hidden;
}
.p-rental-floor h2 {
  text-align: center;
}
.p-rental-floor__image {
  max-width: 697px;
  margin-inline: auto;
}
.p-rental-floor::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 329.6vw;
  height: 343.2vw;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .p-rental-floor::before {
    left: 60%;
    width: 143.4027777778vw;
    height: 146.1111111111vw;
  }
}
.p-rental-floor::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 28vw;
  background: url("../img/rental/bg_floor-sp.png") center center/cover;
}
@media screen and (min-width: 1024px) {
  .p-rental-floor::after {
    height: 10.7638888889vw;
    background: url("../img/rental/bg_floor.png") center center/cover;
  }
}

/* スライダー */
@media screen and (min-width: 1024px) {
  .p-rental-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 37px;
         column-gap: 37px;
  }
}
@media screen and (min-width: 1280px) {
  .p-rental-slider .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-rental-slider .swiper-slide figure {
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}

/* モーダル */
.p-rental-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-rental-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.p-rental-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.p-rental-modal__body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(90vw, 1000px);
  max-height: 90vh;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-rental-modal__image {
  margin: 0;
}
.p-rental-modal__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-rental-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.p-rental-modal__close::before, .p-rental-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #fff;
}
.p-rental-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-rental-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*利用用途例*/
.p-rental-examples {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-rental-examples::before {
    content: "";
    position: absolute;
    background: url("../img/top/bg_equipment.svg") center center/cover;
    width: 86.5972222222vw;
    height: 206.7361111111vw;
    left: -12%;
    bottom: -45%;
  }
}
@media screen and (min-width: 1024px) {
  .p-rental-examples::after {
    content: "";
    position: absolute;
    background: url("../img/top/bg_service.svg") center center/cover;
    width: 80.0694444444vw;
    height: 205.3472222222vw;
    right: -25%;
    bottom: -25%;
    mix-blend-mode: multiply;
  }
}
.p-rental-examples__content {
  position: relative;
  z-index: 1;
}
.p-rental-examples__image {
  position: relative;
  overflow: hidden;
  border-radius: 260px 260px 0 0;
}
.p-rental-examples__image figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.5rem);
  padding: 0.65em;
  letter-spacing: 0.1em;
}
.p-rental-examples__text {
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 2em;
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
}

/*設備・機材リスト*/
.p-rental-equipment__content {
  background: #f2f2f2;
  aspect-ratio: 285/420;
}
@supports not (aspect-ratio: 1/1) {
  .p-rental-equipment__content {
    position: relative;
    padding-top: 147.3684210526%;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-rental-equipment__content {
    position: relative;
    padding-top: 147.3684210526%;
  }
}
.p-rental-equipment__content > img,
.p-rental-equipment__content > iframe {
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .p-rental-equipment__content > img,
  .p-rental-equipment__content > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-rental-equipment__content > img,
  .p-rental-equipment__content > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.p-rental-equipment__content > img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .p-rental-equipment__content {
    aspect-ratio: 932/340;
  }
  @supports not (aspect-ratio: 1/1) {
    .p-rental-equipment__content {
      position: relative;
      padding-top: 36.4806866953%;
    }
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .p-rental-equipment__content {
    position: relative;
    padding-top: 36.4806866953%;
  }
}
@media screen and (min-width: 1024px) {
  .p-rental-equipment__content > img,
  .p-rental-equipment__content > iframe {
    width: 100%;
    height: 100%;
  }
  @supports not (aspect-ratio: 1/1) {
    .p-rental-equipment__content > img,
    .p-rental-equipment__content > iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .p-rental-equipment__content > img,
  .p-rental-equipment__content > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-rental-equipment__content > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*過去事例*/
.p-rental-case {
  position: relative;
  background: #fff;
  border-radius: 250px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .p-rental-case {
    border-radius: 800px 0 0 0;
  }
}
.p-rental-case__item {
  background: var(--l-light-color);
  border-radius: 30px;
}
@media screen and (min-width: 1024px) {
  .p-rental-case__item {
    border-radius: 170px 0 0 170px;
  }
}
.p-rental-case__head {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media screen and (min-width: 1024px) {
  .p-rental-case__head {
    padding-left: 2em;
    width: 38.0610412926%;
    flex-shrink: 0;
  }
}
.p-rental-case__image {
  width: 30%;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .p-rental-case__image {
    position: relative;
    padding-top: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-rental-case__image {
    position: relative;
    padding-top: 100%;
  }
}
.p-rental-case__image > img,
.p-rental-case__image > iframe {
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .p-rental-case__image > img,
  .p-rental-case__image > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-rental-case__image > img,
  .p-rental-case__image > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.p-rental-case__image > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-rental-case__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  font-weight: 500;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.p-rental-case__body {
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
}
@media screen and (min-width: 1024px) {
  .p-rental-case__body {
    padding: 2em 3em;
    flex-grow: 1;
  }
}
.p-rental-case__body p {
  font-size: clamp(0.875rem, 0.655rem + 0.94vw, 1.5rem);
  line-height: 1.875;
}
.p-rental-case::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--l-dark-color);
  top: 0;
  left: 0;
}

/*料金*/
.p-rental-price__content {
  background: #f2f2f2;
  aspect-ratio: 285/420;
}
@supports not (aspect-ratio: 1/1) {
  .p-rental-price__content {
    position: relative;
    padding-top: 147.3684210526%;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-rental-price__content {
    position: relative;
    padding-top: 147.3684210526%;
  }
}
.p-rental-price__content > img,
.p-rental-price__content > iframe {
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .p-rental-price__content > img,
  .p-rental-price__content > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-rental-price__content > img,
  .p-rental-price__content > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.p-rental-price__content > img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .p-rental-price__content {
    aspect-ratio: 932/340;
  }
  @supports not (aspect-ratio: 1/1) {
    .p-rental-price__content {
      position: relative;
      padding-top: 36.4806866953%;
    }
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .p-rental-price__content {
    position: relative;
    padding-top: 36.4806866953%;
  }
}
@media screen and (min-width: 1024px) {
  .p-rental-price__content > img,
  .p-rental-price__content > iframe {
    width: 100%;
    height: 100%;
  }
  @supports not (aspect-ratio: 1/1) {
    .p-rental-price__content > img,
    .p-rental-price__content > iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .p-rental-price__content > img,
  .p-rental-price__content > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-rental-price__content > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-rental-price::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
}

.p-rental .p-flow__heading {
  color: #84beb5;
}

.p-rental .c-button.-bg .-image {
  aspect-ratio: 727/166;
}
@supports not (aspect-ratio: 1/1) {
  .p-rental .c-button.-bg .-image {
    position: relative;
    padding-top: 22.833562586%;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-rental .c-button.-bg .-image {
    position: relative;
    padding-top: 22.833562586%;
  }
}
.p-rental .c-button.-bg .-image > img,
.p-rental .c-button.-bg .-image > iframe {
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .p-rental .c-button.-bg .-image > img,
  .p-rental .c-button.-bg .-image > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-rental .c-button.-bg .-image > img,
  .p-rental .c-button.-bg .-image > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.p-rental .c-button.-bg .-image > img {
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=rental.css.map */