@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*絞り込みボタンの追加css*/
.sale-common-genre-wrap,
.has-buyout-video-genre-wrap,
.has-books-under100-genre-wrap,
.has-doujin-under100-genre-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.sale-common-genre-button,
.has-buyout-video-genre-button,
.has-books-under100-genre-button,
.has-doujin-under100-genre-button {
  margin: 0;
  padding: 9px 15px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #333;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  transition: 0.2s ease;
}

.sale-common-genre-button.is-active,
.has-buyout-video-genre-button.is-active,
.has-books-under100-genre-button.is-active,
.has-doujin-under100-genre-button.is-active {
  background: #f5f5f5;
  border-color: #c8c8c8;
  font-weight: 700;
}

.sale-common-control-label {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  margin: 0 0 8px;
}

.sale-common-sort-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.sale-common-sort-block {
  margin-bottom: 16px;
}

.sale-common-sort-button {
  margin: 0;
  padding: 9px 15px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #333;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  transition: 0.2s ease;
}

.sale-common-sort-button.is-active {
  background: #f5f5f5;
  border-color: #c8c8c8;
  font-weight: 700;
}

.sale-common-filter-label-wrap {
  margin-bottom: 8px;
}

.sale-common-card,
.has-buyout-video-card,
.has-books-under100-card,
.has-doujin-under100-card {
  grid-template-columns: 34% 1fr !important;
  gap: 22px;
  margin-bottom: 28px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.sale-common-card .wp-block-media-text__media,
.has-buyout-video-card .wp-block-media-text__media,
.has-books-under100-card .wp-block-media-text__media,
.has-doujin-under100-card .wp-block-media-text__media {
  margin: 0;
}

.sale-common-card .wp-block-media-text__media img,
.has-buyout-video-card .wp-block-media-text__media img,
.has-books-under100-card .wp-block-media-text__media img,
.has-doujin-under100-card .wp-block-media-text__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.sale-common-card .wp-block-media-text__content,
.has-buyout-video-card .wp-block-media-text__content,
.has-books-under100-card .wp-block-media-text__content,
.has-doujin-under100-card .wp-block-media-text__content {
  padding: 0;
}

.sale-common-title,
.has-buyout-video-title,
.has-books-under100-title,
.has-doujin-under100-title {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 700;
  color: #222;
}

.sale-common-meta,
.has-buyout-video-actress,
.has-buyout-video-maker,
.has-books-under100-author,
.has-books-under100-manufacture,
.has-doujin-under100-maker {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.55;
  color: #555;
}

.sale-common-sale-badge,
.has-buyout-video-sale-badge,
.has-books-under100-sale-badge,
.has-doujin-under100-sale-badge {
  display: inline-block;
  margin: 8px 0 14px;
  padding: 7px 12px;
  background: #e60012;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 4px;
}

.sale-common-price-label,
.has-buyout-video-price-label,
.has-books-under100-price-label,
.has-doujin-under100-price-label {
  margin: 2px 0 16px;
  font-size: 17px;
  line-height: 1.5;
  color: #222;
  font-weight: 700;
}

.sale-common-price,
.has-buyout-video-price,
.has-books-under100-price,
.has-doujin-under100-price {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #222;
  margin-left: 6px;
}

.sale-common-price-free,
.has-books-under100-price-free,
.has-doujin-under100-price-free {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #e60012;
}

.sale-common-load-more-wrap,
.has-buyout-video-load-more-wrap,
.has-books-under100-load-more-wrap,
.has-doujin-under100-load-more-wrap {
  margin-top: 28px;
  text-align: center;
}

.sale-common-load-more,
.has-buyout-video-load-more,
.has-books-under100-load-more,
.has-doujin-under100-load-more {
  padding: 12px 22px;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 767px) {
  .sale-common-card,
  .has-buyout-video-card,
  .has-books-under100-card,
  .has-doujin-under100-card {
    grid-template-columns: 1fr !important;
    gap: 14px;
    padding: 16px;
    margin-bottom: 20px;
  }

  .sale-common-title,
  .has-buyout-video-title,
  .has-books-under100-title,
  .has-doujin-under100-title {
    font-size: 18px;
  }

  .sale-common-meta,
  .has-buyout-video-actress,
  .has-buyout-video-maker,
  .has-books-under100-author,
  .has-books-under100-manufacture,
  .has-doujin-under100-maker {
    font-size: 14px;
  }

  .sale-common-price,
  .has-buyout-video-price,
  .has-books-under100-price,
  .has-doujin-under100-price,
  .sale-common-price-free,
  .has-books-under100-price-free,
  .has-doujin-under100-price-free {
    font-size: 28px;
  }
}