@charset "UTF-8";

.section-bnr {
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .section-bnr {
    width: 31.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-bnr a:hover {
  opacity: 0.8;
}

.section-products__inner02 {
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  .section-products__box:nth-of-type(1) .section-products__image--soy {
    left: 11rem;
  }

  .section-products__box:nth-of-type(2) .section-products__image--richmo {
    width: 85rem;
    right: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .section-products__box:nth-of-type(2) .section-products__image--richmo {
    width: 55rem;
    right: 5rem;
  }
}

/* 商品紹介ページへ バナー */
.section-products__links--1col .section-products__links-item a {
  width: auto;
  justify-content: center;
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .section-products__links--1col {
    display: block;
    width: 85rem;
  }

  .section-products__links--1col .section-products__links-image {
    width: 50rem;
  }
}

@media screen and (max-width: 768px) {
  .section-products__links--1col .section-products__links-image {
    width: 30rem;
  }
}
