@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Zen+Kaku+Gothic+Antique:wght@400;500&family=Zen+Old+Mincho:wght@400;500&display=swap");
.wrapper-p .staff-swiper {
  padding: 0;
}

.staff {
  width: 100%;
  margin: 0;
  padding: 0;
}

.staff-swiper.no-swiper .swiper-button-prev, .staff-swiper.no-swiper .swiper-button-next {
  display: none;
}

.no-swiper .staff {
  display: grid;
  gap: 20px;
}

.staff__wrap {
  position: relative;
  margin-inline: auto;
  overflow: visible;
}

.staff__wrap .swiper {
  position: static;
}

.staff__wrap .staff-swiper .swiper-button-prev, .staff__wrap .staff-swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1 / 1;
  width: calc(40 / 375 * 100vw);
  height: auto;
  background: url(/wp-content/themes/yuzupilatis/img/icon_arrow_01.svg) no-repeat center/contain;
  cursor: pointer;
}

.staff__wrap .staff-swiper .swiper-button-prev::after, .staff__wrap .staff-swiper .swiper-button-next::after {
  display: none;
}

.staff__wrap .staff-swiper .swiper-button-prev {
  left: 5%;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.staff__wrap .staff-swiper .swiper-button-next {
  right: 5%;
}

.staff__item {
  display: grid;
  gap: 16px;
  position: relative;
  padding: 16px;
  background: #fff;
  letter-spacing: 0;
}

.staff__item::after {
  display: inline;
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 316 / 73;
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.36)), color-stop(50%, rgba(255, 255, 255, 0.86)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.86) 50%, #fff 100%);
  content: "";
}

.staff__img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.staff__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff__main {
  display: grid;
  gap: 8px;
}

.staff__data {
  margin-bottom: 0;
}

.staff__data.is-01 {
  display: -webkit-box;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #ad987a;
  color: #ad987a;
}

.staff__data.is-01 dt, .staff__data.is-01 dd {
  font-size: 1.8rem;
  font-weight: 700;
}

.staff__data.is-01 dd {
  display: grid;
  grid-template-columns: 1fr 27px;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}

.staff__data.is-02 {
  max-height: 140px;
}

.staff__block .staff__data.is-02 {
  max-height: none;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.staff__data.is-02 dt {
  font-size: 1.6rem;
}

.staff__data.is-02 dd {
  font-size: 1.4rem;
}

.staff__data dt, .staff__data dd {
  margin: 0;
}

.staff__data dt {
  color: #ad987a;
}

.staff__data dd:not(:last-child) {
  margin-bottom: 12px;
}

.staff__plus {
  all: unset;
  /* すべてのブラウザ既定スタイルをリセット */
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  background: url(/wp-content/themes/yuzupilatis/img/icon_plus.svg);
  content: "";
  cursor: pointer;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.staff__block {
  display: grid;
  padding: 30px;
  gap: 30px;
  max-height: 80vh;
  overflow-y: scroll;
}

.staff__close {
  opacity: 1;
  position: absolute;
  z-index: 999;
  top: -10px;
  right: -10px;
}

.staff__close-link {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #AC987A;
  color: #fff;
  font-size: 3rem;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.staff__modal {
  width: 90% !important;
  z-index: 1040 !important;
}

.staff__video {
  position: relative;
  aspect-ratio: 16 / 9;
}

.staff__video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20%;
  height: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  z-index: 2;
  background: transparent;
  border: none;
}

.staff__video-play::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/yuzupilatis/img/icon_play.svg) no-repeat center center/contain;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.staff__video-play.is-playing {
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: auto;
}

.staff__video-play.is-playing::before {
  background: none;
}

.staff__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  background: #000;
}

.iziModal-overlay {
  z-index: 1035 !important;
}

.facilities {
  display: -webkit-box;
  display: flex;
  gap: 32px;
}

.facilities__item {
  aspect-ratio: 459 / 279;
  overflow: hidden;
}

.facilities__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.area__list {
  display: grid;
  gap: 15px;
}

.area__list li {
  display: grid;
  gap: 5px;
}

.area__pref {
  margin-bottom: 0;
  color: #9f1639;
  font-weight: 700;
  letter-spacing: .02em;
}

.area__btn {
  display: grid;
  grid-template-columns: 1fr 10px;
  gap: 10px;
  -webkit-box-align: center;
          align-items: center;
  padding: 3px 10px;
  border: 1px solid color-mix(in srgb, #ad997b 30%, transparent);
  border-radius: 100vw;
  background: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
}

.area__btn::after {
  display: inline-block;
  aspect-ratio: 2 / 1;
  width: 100%;
  height: auto;
  background-color: #ad997b;
  -webkit-mask: url(/wp-content/themes/yuzupilatis/img/icon_arrow_06.svg) no-repeat center center/contain;
          mask: url(/wp-content/themes/yuzupilatis/img/icon_arrow_06.svg) no-repeat center center/contain;
  content: "";
}

.area__btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  -webkit-box-align: start;
          align-items: start;
}

.about {
  display: grid;
  gap: 30px;
  -webkit-box-align: center;
          align-items: center;
}

.about__video {
  aspect-ratio: 400 / 268;
  overflow: hidden;
  border-radius: 10px;
}

.about__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__ttl {
  margin-bottom: 10px;
  font-size: 2.2rem;
}

.about__txt {
  font-size: 1.4rem;
}

.about__txt .is-strong {
  color: #963f28;
  font-weight: 700;
}

.pilates__txt {
  position: relative;
  margin-top: 10px;
  line-height: 2.5;
  letter-spacing: .075em;
  text-align: center;
}

.pilates__txt::after {
  display: inline-block;
  position: absolute;
  top: -70px;
  left: -75px;
  aspect-ratio: 1 / 1;
  width: 250px;
  height: auto;
  background: url(/wp-content/themes/yuzupilatis/img/img_pilates_01.svg) no-repeat center center/contain;
  content: "";
}

.offer__txt {
  margin-top: 10px;
  line-height: 1.8;
  letter-spacing: .075em;
}

.offer__txt .is-strong {
  color: #9f1639;
  font-weight: 700;
}

.offer__img {
  text-align: center;
}

.method__main {
  display: -webkit-box;
  display: flex;
  margin-top: 10px;
}

.method__txt {
  position: relative;
  z-index: 2;
  line-height: 2.5;
  letter-spacing: .075;
}

.method__txt::after {
  display: inline-block;
  position: absolute;
  top: -70px;
  left: -75px;
  aspect-ratio: 1 / 1;
  width: 250px;
  height: auto;
  background: url(/wp-content/themes/yuzupilatis/img/img_pilates_01.svg) no-repeat center center/contain;
  content: "";
}

.foryou__txt .is-strong {
  color: #9f1639;
  font-weight: 700;
}

.foryou__main {
  margin: 25px 0;
}

.foryou__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.benefit {
  background: url(/wp-content/themes/yuzupilatis/img/bg_benefit.svg) repeat;
}

.benefit__block {
  margin-bottom: 20px;
}

.benefit__block.is-top {
  margin-top: 10px;
}

.benefit__lead {
  position: relative;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
}

.benefit__lead .is-strong {
  font-weight: 700;
}

.benefit__lead::after {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 345 / 19;
  width: 345px;
  height: auto;
  background: url(/wp-content/themes/yuzupilatis/img/img_benefit_01.svg) no-repeat center center/contain;
  content: "";
}

.benefit__main {
  display: -webkit-box;
  display: flex;
}

.benefit__txt {
  line-height: 1.8;
}

.benefit__txt .is-strong {
  color: #9f1639;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .no-swiper .staff {
    width: 76%;
    margin-inline: auto;
  }
  .facilities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
  .about__video {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .about__ttl {
    -webkit-box-ordinal-group: 2;
            order: 1;
    text-align: center;
  }
  .lity-iframe-container {
    padding-top: 177.78% !important;
  }
  .method__main {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
  .benefit__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
}

@media screen and (min-width: 768px) {
  .no-swiper .staff {
    display: -webkit-box;
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
            justify-content: center;
  }
  .no-swiper .staff .staff__item {
    width: calc((100% - 40px) / 3);
  }
  .staff__wrap {
    width: 87%;
    max-width: 1000px;
    padding-inline: 15px;
  }
  .staff__wrap .staff-swiper .swiper-button-prev, .staff__wrap .staff-swiper .swiper-button-next {
    width: 40px;
  }
  .staff__wrap .staff-swiper .swiper-button-prev {
    left: -5%;
  }
  .staff__wrap .staff-swiper .swiper-button-next {
    right: -5%;
  }
  .staff__data.is-01 dt, .staff__data.is-01 dd {
    font-size: 2.4rem;
  }
  .staff__data.is-02 {
    max-height: 70px;
  }
  .staff__data.is-02 dt {
    font-size: 1.8rem;
  }
  .staff__block {
    padding: 50px;
    grid-template-columns: 300px 1fr;
  }
  .facilities {
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
  }
  .facilities__item {
    width: 31.875%;
  }
  .area__list {
    gap: 20px;
  }
  .area__list li {
    grid-template-columns: 85px 1fr;
    gap: 32px;
  }
  .area__btn {
    padding: 6px 16px;
  }
  .area__btn-wrap {
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
  }
  .about {
    grid-template-columns: 400px 1fr;
    gap: 50px;
  }
  .about__ttl {
    margin-bottom: 20px;
  }
  .about__txt {
    font-size: 1.5rem;
  }
  .pilates__txt {
    margin-top: 40px;
  }
  .pilates__txt::after {
    top: -126px;
    left: -78px;
    width: 422px;
  }
  .offer__txt {
    margin-top: 40px;
  }
  .method__main {
    margin-top: 40px;
    margin-left: 50px;
  }
  .method__txt {
    width: 505px;
    margin-right: -70px;
  }
  .method__txt::after {
    top: -123px;
    left: -127px;
    width: 422px;
  }
  .method__img {
    width: 560px;
    margin-top: 100px;
    margin-left: -70px;
  }
  .foryou__txt {
    text-align: center;
  }
  .foryou__main {
    margin-bottom: 50px;
  }
  .benefit__block.is-top {
    margin-top: 60px;
  }
  .benefit__lead {
    margin-bottom: 26px;
    font-size: 2.2rem;
  }
  .benefit__txt {
    width: 460px;
    padding-top: 40px;
  }
  .is-reverse .benefit__txt {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .benefit__img {
    width: 520px;
  }
  .is-reverse .benefit__img {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media (any-hover: hover) {
  .staff__plus:hover {
    opacity: .7;
  }
  .staff__close:hover {
    opacity: 1;
  }
  .staff__close-link:hover {
    opacity: .7;
  }
  .staff__video-play {
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .staff__video-play:hover {
    opacity: .7;
  }
  .area__btn {
    -webkit-transition: background-color .3s ease-out, color .3s ease-out;
    transition: background-color .3s ease-out, color .3s ease-out;
  }
  .area__btn::after {
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
  }
  .area__btn:hover {
    background-color: #ad997b;
    color: #fff;
  }
  .area__btn:hover::after {
    background-color: #fff;
  }
}
