@charset "UTF-8";
/* =====
 * / Pickup レイアウト
============================================================================= */
.section-container {
  margin-bottom: 0;
}

/** pickup post **/
.post-container {
  justify-content: flex-start;
}

.pickup-post {
  width: calc(100% / 3 - 22px);
  max-width: 304px;
  margin: 40px 34px 0 0;
}

.pickup-post .post-block {
  flex-direction: column;
}

.season-group {
    margin-top: 40px;
    margin-bottom: 40px;
}

.season-group h2 {
    margin-bottom: 0;
}

.pickup-post .post-block .thumb {
  padding-top: 75%;
  width: 100%;
  max-width: none;
  box-shadow: none;
}

.pickup-post .post-block .contents {
  padding: 15px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  width: 100%;
}

.pickup-post:nth-child(3n) {
  margin-right: 0;
}

.pickup-post .post-block .contents>*:first-child {
  margin-top: 0!important;
}

.pickup-post .post-block .contents .title {
  margin: 0.8em 0 0;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}

.pickup-post .post-block .contents .title:before {
  content: none;
}

.pickup-post .post-block .contents .excerpt {
  margin: 0.7em 0 0;
  font-size: 13.008px;
  font-size: 0.813rem;
}

.pickup-post .post-block .contents .shop {
  margin: 0.5em 0 0;
  font-weight: bold;
}

.pickup-post .post-block .contents .floor {
  font-size: 0.75rem;
  padding-left: 25px;
  margin: 0.3em 0 0;
}

.pickup-description-bottom {
  margin-top: 40px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  .pickup-description {
    margin-bottom: 0;
  }
  .section-container:first-of-type {
    margin-top: 10px;
  }

  /** pickup post **/
  .post-container>*:nth-child(-n+2) {
    margin-top: 30px;
  }
  .post-container>* {
    width: 48.5%;
    max-width: 100%;
    margin: 40px auto 0 0;
  }
  .pickup-post:nth-child(2n) {
    margin-right: 0;
  }
  .pickup-post:nth-child(3n) {
    margin-right: auto;
  }
  .pickup-post:nth-child(odd) {
    padding-left: 0;
    border-left: none;
  }
  .pickup-post:nth-child(even) {
    padding-right: 0;
    border-right: none;
  }
  .pickup-post .post-block .contents {
    padding: 5px;
    font-size: 0.857rem;
    line-height: 1.43;
  }
  .pickup-post .post-block .contents .title {
    margin-top: 0.5em;
    font-size: 1rem;
    line-height: 1.43;
  }
  .pickup-post .post-block .contents .excerpt {
    display: none;
  }
  .pickup-post .post-block .contents .shop {
    margin-top: 0.4em;
  }
  .pickup-post:nth-child(even) .post-block .contents .shop,
  .pickup-post:nth-child(even) .post-block .contents .floor {
    text-align: left;
  }
  .pickup-post:nth-child(even) .post-block .contents .floor {
    float: none;
  }
  .pickup-post .post-block .contents .floor {
    padding-left: 20px;
    font-size: 0.857rem;
    line-height: 1.43;
  }
  .pickup-description-bottom {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
}
