/* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
.mbg {
  width: 100%;
}

/* line 3, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
.mbg .product-img {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  aspect-ratio: 205/32;
}

/* line 11, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
.mbg .product-contents .content span {
  display: block;
  margin-top: 3rem;
  font-size: 1.2rem;
  font-weight: 700;
}

/* line 18, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
.mbg .product-contents .content img {
  width: 100%;
  margin: 2rem 0 4rem;
}

@media screen and (max-width: 1919px) {
  /* line 25, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
  .mbg .product-contents {
    width: 1280px;
  }
}

@media screen and (max-width: 1439px) {
  /* line 30, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
  .mbg .product-contents {
    width: 1024px;
  }
}

@media screen and (max-width: 1279px) {
  /* line 35, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
  .mbg .product-contents {
    width: 896px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 40, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
  .mbg .product-img {
    aspect-ratio: 205/48;
  }
  /* line 42, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
  .mbg .product-img img:last-child {
    display: none;
  }
  /* line 44, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
  .mbg .product-contents {
    width: calc(768px - 4rem);
  }
}

@media screen and (max-width: 767px) {
  /* line 49, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
  .mbg .product-img {
    aspect-ratio: 205/96;
  }
  /* line 51, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
  .mbg .product-img img:nth-child(2) {
    display: none;
  }
  /* line 53, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
  .mbg .product-contents {
    width: calc(100% - 4rem);
  }
  /* line 55, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/mbg.scss */
  .mbg .product-contents div h1, .mbg .product-contents h2 {
    letter-spacing: 0;
  }
}

/*# sourceMappingURL=mbg.css.map */