/** Shopify CDN: Minification failed

Line 222:0 Unexpected "<"
Line 251:0 Unexpected "<"

**/
.collection-hero__title {
    margin: 0;
}

.collection-hero__title + .collection-hero__description {
    font-size: 1.2rem;
    line-height: 1.66;
    color: rgba(var(--color-foreground), 0.75);
    padding-top: 2rem;
}

.collection-hero__description.rte {
    color: white;
}

.c-coordinationVideo__item--banner {
    width: 100%;
    aspect-ratio: 342/577;
}

.c-coordinationVideo__item--image {
    object-fit: cover;
}

@media screen and (min-width: 750px) {
    .collection-hero__title + .collection-hero__description {
        font-size: 1.5rem;
        line-height: 1.625;
    }

    .collection-hero__description {
        max-width: 66.67%;
    }

    .center .collection-hero__description {
        margin-inline-start: auto;
        margin-inline-end: auto;
    }

    .right .collection-hero__description {
        margin-inline-start: auto;
    }
}

.collection-hero--with-image {
    padding-top: 0;
}

.collection-hero--with-image .collection-hero__title {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 100%;
    margin-bottom: 3rem;
    color: #ffffff;
}

.collection-hero--with-image .collection-hero__description {
    margin-top: 0;
}

.collection-hero--with-image
    .collection-hero__title
    + .collection-hero__description {
    padding-top: 3rem;
}

.collection-hero--with-image .collection-hero__text-wrapper {
    position: relative;
}

.collection-hero__image-container {
    position: relative;
}

.collection-hero--contrast .collection-hero__image-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(54, 54, 54, 0.2) 40%,
        rgba(4, 4, 4, 0.46) 100%
    );
}

.collection-hero__image {
    min-height: 100%;
}

[data-heading-center] .collection-hero__text-wrapper {
    text-align: center;
}

[data-heading-center] .collection-hero__description {
    margin: auto;
}

@media screen and (max-width: 749px) {
    .collection-hero--mobile-bottom .collection-hero__title {
        position: static;
        color: rgb(var(--color-heading));
        margin: 3rem 0 0;
    }

    .collection-hero--mobile-bottom
        .collection-hero__title
        + .collection-hero__description {
        padding-top: 1.5rem;
    }

    #MainContent
        .collection-hero--mobile-bottom
        .collection-hero__image-container:before,
    .collection-hero--mobile-bottom .collection-hero__image-container:after {
        display: none;
    }
}

.leep-custom > div {
    margin: 75px auto 34px !important;
    padding: 0 7rem 0 !important;
}

@media screen and (max-width: 989px) {
    .leep-custom > div {
        padding: 0 0 0 2rem !important;
    }
}

@media screen and (max-width: 750px) {
    .leep-custom > div {
        margin: 54px auto 11px !important;
    }
}

.c-director__followBtn--collection {
  background: transparent !important;
  border: 1.5px solid #fff !important;
  color: #fff !important;
}

.c-director__followBtn--collection .c-director__followIcon {
  stroke: #fff !important;
}

.c-director__followBtn--collection.is-followed {
  background: #fff !important;
  color: #222 !important;
}

.c-director__followBtn--collection.is-followed .c-director__followIcon {
  stroke: #222 !important;
  fill: #222 !important;
}

.c-director__followWrap--collection .c-director__followNotice {
  color: rgba(255,255,255,0.8) !important;
}

.c-director__followBtn--collection {
  background: #fff !important;
  border: none !important;
  color: #222 !important;
  border-radius: 100px !important;
  padding: 10px 20px !important;
}

.c-director__followBtn--collection .c-director__followIcon {
  stroke: #222 !important;
}

.c-director__followBtn--collection.is-followed {
  background: #222 !important;
  color: #fff !important;
}

.c-director__followBtn--collection.is-followed .c-director__followIcon {
  stroke: #fff !important;
  fill: #fff !important;
}

.c-director__followWrap--collection .c-director__followNotice {
  color: rgba(255,255,255,0.8) !important;
}

.collection-hero__social {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
}

.c-director__followWrap--collection {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 24px !important;  /* 22px → 36px で少し下に */
}

.c-director__followCount {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 8px;
  vertical-align: middle;
  color: #c7c7c7;   /* 見本画像のグレー。赤にしたい場合は #e0245e */
}

<style>
  /* ボタンとフォロワー数を垂直中央で揃える */
  .c-director__followBtn {
    vertical-align: middle;
  }
  .c-director__followCount {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    margin-left: 10px;
    vertical-align: middle;
    color: #e0245e; /* 赤(ハート) */
  }
  .c-director__followCountIcon {
    display: block;
    width: 12px;   /* 高さを揃えるため少し小さく */
    height: 12px;
    flex-shrink: 0;
  }
  .c-director__followCountNum {
    display: block;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    color: #e0245e; /* 赤(数字) */
    white-space: nowrap;
  }
</style>