:root {
  --font-size-base: 1;
  --text-size-scale: 1.2;
}

.c-main.sh-bg::before {
  background-image: url(../images/SH44/mv.jpg);
}
@media not screen and (max-width: 768px), print {
  .c-main.sh-bg::before {
    top: 0rem;
    background-size: 75% auto;
  }
}
@media only screen and (max-width: 768px) {
  .c-main.sh-bg::before {
    top: 0;
    background-size: contain;
  }
}

.c-main__title > span:nth-of-type(1) {
  font-weight: bold;
}

.c-heading.type-2::after {
  margin-top: 2rem;
}

.hc-mv {
  height: 30rem;
  margin-bottom: 5rem;
}

.hc-section {
  margin-bottom: 14rem;
}

@media only screen and (max-width: 768px) {
  .hc-section:not(:last-of-type) {
    margin-bottom: 15rem;
  }
}

.SH44-pickup {
  padding-bottom: 9rem;
  border-bottom: 2px solid #9a9999;
}
@media only screen and (max-width: 768px) {
  .SH44-pickup {
    margin: 0 4rem;
    padding-bottom: 5rem;
  }
}
@media not screen and (max-width: 768px), print {
  .SH44-pickup .hc-post-list__article {
    display: grid;
    grid-template-columns: auto 66.9rem;
    -moz-column-gap: 8.2rem;
         column-gap: 8.2rem;
  }
}
@media not screen and (max-width: 768px), print {
  .SH44-pickup .hc-post-list__image {
    grid-column: 2/3;
    grid-row: 1/4;
    width: 66.9rem;
    height: 43.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH44-pickup .hc-post-list__image {
    height: auto;
    aspect-ratio: 66.9/43.6;
  }
}
.SH44-pickup .hc-post-list__title {
  font-weight: 700;
  line-height: 1.5;
}
@media not screen and (max-width: 768px), print {
  .SH44-pickup .hc-post-list__title {
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: calc(32 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH44-pickup .hc-post-list__title br {
    display: none;
  }
}
.SH44-pickup .hc-post-list__summary {
  line-height: 1.875;
}
@media not screen and (max-width: 768px), print {
  .SH44-pickup .hc-post-list__summary {
    grid-column: 1/2;
    grid-row: 2/3;
    overflow: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    max-height: 9.375em;
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
  }
}
.SH44-pickup .hc-post-list__tags {
  grid-column: 1/2;
  grid-row: 3/4;
}

@media not screen and (max-width: 768px), print {
  .SH44-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH44-posts {
    margin: 0 4rem 5.5rem;
  }
}
@media not screen and (max-width: 768px), print {
  .SH44-posts .hc-post-list__article {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
  .SH44-posts .hc-post-list__article:nth-child(n+4) {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH44-posts .hc-post-list__article {
    margin-bottom: 5rem;
    border-bottom: 1px solid #d9d9d6;
    padding-bottom: 3rem;
  }
}

.SH44-button {
  font-weight: 700;
  margin: 0 auto;
}
@media not screen and (max-width: 768px), print {
  .SH44-button {
    width: 26rem;
    height: 6.5rem;
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH44-button {
    margin: 0 auto;
    width: 36rem;
    height: 9.75rem;
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
  }
  .SH44-button svg {
    width: 6rem;
  }
}
@media not screen and (max-width: 768px), print {
  .SH44-button.wide {
    width: 32rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH44-button.wide {
    width: 42rem;
  }
}

.hc-post-list__image {
  border: 1px solid #ddd;
}

@media not screen and (max-width: 768px), print {
  .hc-section:not(:last-of-type) {
    margin-bottom: 14rem;
  }
}

@media only screen and (max-width: 768px) {
  .hc-post-list.is-compact-for-sp .hc-post-list__article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: unset;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .hc-post-list.is-compact-for-sp .hc-post-list__title {
    font-size: calc(25 * var(--font-size-base) * 0.1rem);
    line-height: 1.6;
    width: calc(100% - 35rem);
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .hc-post-list.is-compact-for-sp .hc-post-list__image {
    position: static;
    left: 0;
    top: 0;
    width: 32rem;
    height: 17.6rem;
    margin-bottom: 2.5rem;
  }
}

.SH44-error {
  text-align: center;
}
@media not screen and (max-width: 768px), print {
  .SH44-error {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH44-error {
    font-size: calc(28.8 * var(--font-size-base) * 0.1rem);
  }
}/*# sourceMappingURL=SH44.css.map */