@font-face {
  font-family: "saint-colombe";
  src: url(../otf/saintecolombe-extralight.otf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "saint-colombe";
  src: url(../otf/saintecolombe-extralightitalic.otf);
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "univers-lt-std";
  src: url(../woff2/universltstd-light.woff2);
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@media not screen and (max-width: 767px) {
  .sp-only {
    display: none !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .tablet-and-above {
    display: none !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 990px) {
  .pc-only {
    display: none !important;
  }
}

@media not screen and (max-width: 990px) {
  .tablet-and-below {
    display: none !important;
  }
}

main.page h1, main.page h2, main.page h3 {
  font-family: "saint-colombe", sans-serif;
  font-weight: 400;
}
main.page p {
  font-family: "univers-lt-std";
}

.konmari-club-hero::before {
  background: linear-gradient(to top, rgba(244, 247, 230, 0), #f4f7e6 75%, #f4f7e6);
}
@media screen and (max-width: 767px) {
  .konmari-club-hero::before {
    background: linear-gradient(to top, rgba(244, 247, 230, 0), rgba(244, 247, 230, 0.9), #f4f7e6);
  }
}

.mhome__button--konmari-club {
  text-transform: uppercase;
  width: auto;
  height: auto;
}
.mhome__button--konmari-club a {
  font-size: 14px;
  padding: 16px 48px;
  font-family: "univers-lt-std";
}
@media screen and (max-width: 767px) {
  .mhome__button--konmari-club {
    width: auto;
  }
  .mhome__button--konmari-club a {
    font-size: 12px;
    padding: 6px 21px;
  }
}

.club_wlcm_description {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.sound-like-you {
  padding: 0;
  margin-top: 60px;
  border-radius: 8px;
  overflow: hidden;
}
.sound-like-you .wp-block-group__inner-container {
  align-items: center;
}
.sound-like-you .sound-like-you-block {
  margin-right: 24px;
}
.sound-like-you .sound-like-you-block .mhome__button--konmari-club a {
  background: #f4f7e6;
  color: #1D4136;
}
.sound-like-you .vertical-slider {
  max-width: 370px;
  width: calc(100% - 32px);
  margin: auto;
}
.sound-like-you .vertical-slider * {
  font-style: italic;
  font-family: "saint-colombe";
}
@media screen and (max-width: 767px) {
  .sound-like-you {
    width: calc(100% - 16px);
  }
  .sound-like-you .is-layout-grid {
    grid-template-columns: 1fr;
  }
  .sound-like-you .sound-like-you-block {
    position: relative;
    padding: 24px 16px 0;
    margin: 0 8px;
    box-sizing: border-box;
    width: calc(100vw - 32px);
  }
  .sound-like-you .sound-like-you-block figure.sp-only {
    position: relative;
    left: -24px;
  }
  .sound-like-you .sound-like-you-block figure.sp-only img {
    width: 100vw !important;
    max-width: calc(100vw - 16px) !important;
  }
}

.benefits * {
  color: #1D4136;
}
.benefits > * > .wp-block-group {
  align-items: flex-start;
}
@media not screen and (max-width: 990px) {
  .benefits > * > .wp-block-group .benefits-left {
    max-width: 390px;
    margin-right: 80px !important;
  }
}
@media screen and (max-width: 990px) {
  .benefits > * > .wp-block-group {
    flex-direction: column;
  }
  .benefits > * > .wp-block-group h2 {
    text-align: center;
  }
  .benefits > * > .wp-block-group .benefits-left + div {
    width: 100%;
  }
  .benefits > * > .wp-block-group .club-gain-item > * {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .benefits > * > .wp-block-group .club-gain-item > * h3, .benefits > * > .wp-block-group .club-gain-item > * p {
    margin-top: 8px;
    text-align: center;
  }
}
.benefits .club-gain-item img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .meet-guides .wp-block-group__inner-container .wp-block-group__inner-container .wp-block-image {
    order: 1;
  }
}

.coaches {
  position: relative;
}
.coaches::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  background: #f4f7e6;
}
.coaches * {
  position: relative;
  color: #1D4136;
}
@media screen and (max-width: 767px) {
  .coaches {
    padding: 0 16px;
  }
  .coaches::before {
    top: -30px;
    height: calc(100% + 60px);
  }
}

.book__body .slick-arrow {
  background-color: #1D4136;
}

/*# sourceMappingURL=konmari-club.css.map */
