/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/mgstage-item/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-fanza-affiliate-mgstage-item {
  --fanza-accent: #fa4646;
  --fanza-price-color: #c0392b;
  --fanza-tag-bg: #fff3ef;
  --fanza-card-bg: #ffffff;
  --fanza-card-border: #e8e8e8;
  --fanza-card-radius: 14px;
  --fanza-card-shadow: 0 2px 12px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.05);
  --fanza-card-shadow-hover: 0 8px 32px rgba(0, 0, 0, 0.13), 0 2px 8px rgba(0, 0, 0, 0.07);
  --fanza-gap: 20px;
  --fanza-update-date-size: 12px;
  --fanza-accent: #0066cc;
  --fanza-tag-bg: #e6f0fb;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wp-block-fanza-affiliate-mgstage-item .fanza-items__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.wp-block-fanza-affiliate-mgstage-item .fanza-items__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0;
}
.wp-block-fanza-affiliate-mgstage-item .fanza-items__description {
  font-size: 13px;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}
.wp-block-fanza-affiliate-mgstage-item .product-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wp-block-fanza-affiliate-mgstage-item.is-style-horizontal .product-list {
  flex-direction: row;
  flex-wrap: wrap;
}
.wp-block-fanza-affiliate-mgstage-item.is-style-horizontal .product-list .product-card {
  flex: 1 1 200px;
  max-width: 300px;
}
.wp-block-fanza-affiliate-mgstage-item.is-style-grid .product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.wp-block-fanza-affiliate-mgstage-item.is-style-list .product-list .product-card, .wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card {
  flex-direction: row;
}
.wp-block-fanza-affiliate-mgstage-item.is-style-list .product-list .product-card .product-card__image-wrap, .wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card .product-card__image-wrap {
  flex: 0 0 200px;
  width: 200px;
  min-height: 160px;
  overflow: hidden;
  position: relative;
}
.wp-block-fanza-affiliate-mgstage-item.is-style-list .product-list .product-card .product-card__image-wrap::before, .wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card .product-card__image-wrap::before {
  content: none;
}
.wp-block-fanza-affiliate-mgstage-item.is-style-list .product-list .product-card .product-card__image, .wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card .product-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-fanza-affiliate-mgstage-item.is-style-list .product-list .product-card .product-card__body, .wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card .product-card__body {
  flex: 1;
  min-width: 0;
}
.wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card {
  flex-direction: row-reverse;
}
.wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card .product-card__badge {
  left: auto;
  right: 12px;
}
.wp-block-fanza-affiliate-mgstage-item .product-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: background 0.22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-fanza-affiliate-mgstage-item .product-card:hover {
  background: #fafaf8;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f0ede8;
  line-height: 0;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__image-wrap::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--fanza-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 3px 9px;
  border-radius: 4px;
  z-index: 1;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--fanza-accent);
  background: var(--fanza-tag-bg);
  padding: 2px 8px;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__desc {
  font-size: 12px;
  line-height: 1.7;
  color: #555555;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__detail-dl {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__detail-dl dt {
  flex-shrink: 0;
  color: #555555;
  font-weight: 600;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__detail-dl dt::after {
  content: "：";
}
.wp-block-fanza-affiliate-mgstage-item .product-card__detail-dl dd {
  margin: 0;
  color: #1a1a1a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__divider {
  height: 1px;
  background: #e8e8e8;
  margin: 4px 0;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 4px;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__price {
  font-size: 18px;
  font-weight: 700;
  color: #c0392b;
  letter-spacing: -0.01em;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__price::before {
  content: "¥";
  font-size: 0.75em;
  font-weight: 400;
  margin-right: 1px;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__price small {
  font-size: 11px;
  font-weight: 400;
  color: #888888;
  margin-left: 2px;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__cta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--fanza-accent);
  border: 1.5px solid var(--fanza-accent);
  padding: 5px 12px;
  border-radius: 20px;
  white-space: nowrap;
}
.wp-block-fanza-affiliate-mgstage-item .product-card__cta:hover {
  background: var(--fanza-accent);
  color: #fff;
}
.wp-block-fanza-affiliate-mgstage-item .fanza-items__footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}
.wp-block-fanza-affiliate-mgstage-item .fanza-items__update-date {
  font-size: 12px;
  color: #555555;
}
.wp-block-fanza-affiliate-mgstage-item .fanza-items__iframe-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: var(--iframe-ratio, 75%);
}
.wp-block-fanza-affiliate-mgstage-item .fanza-items__iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.wp-block-fanza-affiliate-mgstage-item .fanza-items__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--fanza-accent);
  border: 1.5px solid var(--fanza-accent);
  padding: 10px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.22s cubic-bezier(0.4, 0, 0.2, 1), color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-fanza-affiliate-mgstage-item .fanza-items__more:hover {
  background: var(--fanza-accent);
  color: #fff;
}
.wp-block-fanza-affiliate-mgstage-item .product-card.actress .product-card__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.wp-block-fanza-affiliate-mgstage-item .product-card.actress .product-card__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.wp-block-fanza-affiliate-mgstage-item .product-card.actress .product-card__title rt {
  font-size: 0.65em;
  color: #888888;
  font-weight: 400;
}
.wp-block-fanza-affiliate-mgstage-item .product-card.actress .product-card__detail-dl {
  display: flex;
  gap: 4px;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.wp-block-fanza-affiliate-mgstage-item .product-card.actress .product-card__detail-dl dt {
  flex-shrink: 0;
  color: #888888;
}
.wp-block-fanza-affiliate-mgstage-item .product-card.actress .product-card__detail-dl dt::after {
  content: "：";
}
.wp-block-fanza-affiliate-mgstage-item .product-card.actress .product-card__detail-dl dd {
  margin: 0;
  color: #1a1a1a;
}
.wp-block-fanza-affiliate-mgstage-item .product-card.actress .product-card__footer {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.wp-block-fanza-affiliate-mgstage-item .product-card.actress .fanza-item-detail-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-block-fanza-affiliate-mgstage-item .product-card.actress .fanza-item-link-button {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--fanza-accent);
  border: 1.5px solid var(--fanza-accent);
  padding: 5px 12px;
  border-radius: 20px;
  white-space: nowrap;
}
.wp-block-fanza-affiliate-mgstage-item .product-card.actress .fanza-item-link-button:link, .wp-block-fanza-affiliate-mgstage-item .product-card.actress .fanza-item-link-button:visited {
  text-decoration: none;
}
.wp-block-fanza-affiliate-mgstage-item .product-card.actress .fanza-item-link-button:hover {
  background: var(--fanza-accent);
  color: #fff;
}
@media (max-width: 640px) {
  .wp-block-fanza-affiliate-mgstage-item.is-style-list .product-list .product-card.actress .product-card__image-wrap, .wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card.actress .product-card__image-wrap {
    flex: unset;
    width: 100%;
    height: 200px;
    min-height: unset;
  }
  .wp-block-fanza-affiliate-mgstage-item.is-style-list .product-list .product-card.actress .product-card__image-wrap::before, .wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card.actress .product-card__image-wrap::before {
    display: none !important;
  }
  .wp-block-fanza-affiliate-mgstage-item.is-style-list .product-list .product-card.actress .product-card__image, .wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card.actress .product-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 640px) {
  .wp-block-fanza-affiliate-mgstage-item.is-style-horizontal .product-list {
    flex-direction: column;
  }
  .wp-block-fanza-affiliate-mgstage-item.is-style-horizontal .product-list .product-card {
    flex: unset;
    max-width: 100%;
  }
  .wp-block-fanza-affiliate-mgstage-item.is-style-grid .product-list {
    grid-template-columns: 1fr;
  }
  .wp-block-fanza-affiliate-mgstage-item.is-style-list .product-list .product-card, .wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card {
    flex-direction: column;
  }
  .wp-block-fanza-affiliate-mgstage-item.is-style-list .product-list .product-card .product-card__image-wrap, .wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card .product-card__image-wrap {
    flex: unset;
    width: 100%;
    min-height: unset;
  }
  .wp-block-fanza-affiliate-mgstage-item.is-style-list .product-list .product-card .product-card__image-wrap::before, .wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card .product-card__image-wrap::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .wp-block-fanza-affiliate-mgstage-item.is-style-list .product-list .product-card .product-card__image, .wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card .product-card__image {
    position: absolute;
    inset: 0;
  }
  .wp-block-fanza-affiliate-mgstage-item.is-style-list .product-list .product-card .product-card__badge, .wp-block-fanza-affiliate-mgstage-item.is-style-list-reverse .product-list .product-card .product-card__badge {
    left: 12px;
    right: auto;
  }
}

/*# sourceMappingURL=style-index.css.map*/