/** Shopify CDN: Minification failed

Line 166:12 Unexpected "{"
Line 166:21 Expected ":"
Line 170:12 Unexpected "{"
Line 170:21 Expected ":"
Line 175:14 Unexpected "{"
Line 175:23 Expected ":"
Line 179:14 Unexpected "{"
Line 179:23 Expected ":"

**/


/* CSS from section stylesheet tags */
@media screen and (min-width: 990px) {
  .media>*:not(.zoom):not(.deferred-media__poster-button):not(.banner-background), .media model-viewer {
    max-width: 100vw !important;
    height: auto !important;
    }
}
@media screen and (max-width: 989px) {
  .main_visual {
    height: 40rem !important;
  }
  .main_visual .banner__media img {
    height: 40rem !important;
    object-fit: cover;
  }
}
@media screen and (min-width: 990px) {
  .media>*:not(.zoom):not(.deferred-media__poster-button):not(.banner-background), .media model-viewer {
    max-width: 100vw !important;
    height: auto !important;
    }
}
@media screen and (max-width: 989px) {
  .main_visual {
    height: 40rem !important;
  }
  .main_visual .banner__media img {
    height: 40rem !important;
    object-fit: cover;
  }
}
.swiper-wrapper.max-width {
  max-width: var(--page-width);
}
.staff-styling-section {
    position: relative;
    margin-top: 8rem;
  }

  /* 下部85%に背景画像を敷く */
  .staff-styling-section::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    z-index: 0;
    background-image: var(--staff-styling-bg);
  }

  .staff-styling__inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
  }

  /* タイトル上段（SP: 一番上 / 左揃え） */
  .staff-styling__title-top {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-left: 1.5rem;
    text-align: left;
  }

  /* スライダー周り（SP） */
  .staff-styling__slider-wrap {
    margin-top: 5rem;
  }

  .staff-styling__slider {
    overflow: visible;
  }

  .staff-styling__slider-inner {
    align-items: stretch;
  }

  .staff-styling__slide {
    height: auto;
  }

  .staff-styling__slide .card-wrapper {
    width: 100%;
  }

  /* VIEW ALL（SP: スライダーの下） */
  .staff-styling__title-link {
    display: inline-block;
    margin-top: 3.5rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    transition: opacity .3s ease;
  }

  .staff-styling__title-link:hover {
    opacity: .7;
  }

  @media (min-width: 750px) {
    .staff-styling-section {
      margin-top: 20rem;
    }

    .staff-styling__inner {
      display: grid;
      grid-template-columns: minmax(0, auto) minmax(0, 1200px);
      align-items: end;
      column-gap: 4rem;
      padding-bottom: 9rem;
      padding-left: 4rem;
    }

    /* PC時：タイトル上段＋VIEW ALL が左カラムで縦並び、スライダーが右カラム */
    .staff-styling__title-top {
      grid-column: 1;
      grid-row: 1;
      font-size: 2.8rem;
      margin-top: 15rem;
      text-align: center;
      padding-left: 0;
    }

    .staff-styling__slider-wrap {
      grid-column: 2;
      grid-row: 1 / span 2;
      margin-top: 0;
    }

    .staff-styling__title-link {
      grid-column: 1;
      grid-row: 2;
      margin-top: 4rem;
      justify-self: center;
    }
  }

  #section-{{ section.id }} .card__heading {
    font-size: 1.4rem;
  }

  #section-{{ section.id }} .circle-divider {
    font-size: 1.2rem;
  }

  @media screen and (max-width: 749px) {
    #section-{{ section.id }} .card__heading {
      font-size: 1rem;
    }

    #section-{{ section.id }} .circle-divider {
      font-size: 1rem;
    }
  }