.news-bg {
  background-color: #fff;
}

.news {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}

.news-box {
  width: 100%;
  margin: 0 auto 4rem;
  padding: 4rem;
  border: #000 solid 1px;
}

.news-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.news-image {
  width: 30%;
  margin: 0 5% 0 0;
}

.news-text {
  width: 65%;
}

.news-h {
  width: 100%;
  margin: 0 auto 3rem;
  padding: 0 0 0 1.5rem;
  border-left: #b42929 solid 5px;
  font-size: min(20px, 2.0vw);
  font-weight: 700;
}

.news-box p {
  margin: 0 0 3rem;
  font-size: min(14px, 1.4vw);
  line-height: 1.8;
}

.news-cont {
  width: 100%;
  margin: 0 0 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: first baseline;
  font-family: "Noto Sans JP", sans-serif;
}

.news-cont:last-child {
  margin: 0;
}

.news-cat {
  width: 16%;
  margin: 0 4% 0 0;
  padding: .2rem;
  text-align: center;
  font-size: min(12px, 1.2vw);
  color: #fff;
  background-color: #000;
  letter-spacing: 0.05em;
}

.news-cat-text {
  width: 80%;
  font-size: min(16px, 1.6vw);
  font-weight: 600;
}

.shop-h {
  width: 100%;
  margin: 3rem 0 2rem;
  font-size: min(16px, 1.6vw);
  font-weight: 700;
  padding: 0 0 .5rem;
  border-bottom: #000 solid 1px;
}

.shop {
  width: 100%;
  display: flex;
  gap: 1.5rem 2%;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.shop-item {
  max-width: 140px;
  width: 23.5%;
}

.shop-item img {
  border: #000 solid 1px;
}


@media screen and (min-width: 1px) and (max-width: 750px) {

  .news {
    width: 100%;
  }

  .news-box {
    margin: 0 auto 3rem;
    padding: 2rem;
  }

  .news-inner {
    display: block;
  }

  .news-image {
    width: 100%;
    margin: 0 auto 2rem 0;
  }

  .news-text {
    width: 100%;
  }

  .news-h {
    margin: 0 auto 2rem;
    padding: 0 0 0 1.5rem;
    font-size: min(16px, 4.1vw);
  }

  .news-box p {
    margin: 0 0 2rem;
    font-size: min(12px, 3.08vw);
  }

  .news-cont {
    width: 100%;
    margin: 0 0 1.5rem;
  }

  .news-cat {
    width: 25%;
    margin: 0 3% 0 0;
    font-size: min(10px, 2.56vw);
  }

  .news-cat-text {
    width: 72%;
    font-size: min(12px, 3.08vw);
  }

  .shop-h {
    margin: 3rem 0 2rem;
    font-size: min(16px, 1.6vw);
    font-weight: 700;
    padding: 0 0 .5rem;
    border-bottom: #000 solid 1px;
  }

  .shop {
    width: 100%;
    display: flex;
    gap: 1rem 4%;
    justify-content: flex-start;
    align-items: center;
  }

  .shop-item {
    width: 48%;
  }

  .shop-item img {
    border: #000 solid 1px;
  }

}

@media screen and (min-width: 751px) and (max-width: 1024px) {

  .news {
    width: 90%;
  }

  .news-box {
    margin: 0 auto 3rem;
    padding: 3rem;
  }

  .news-h {
    margin: 0 0 2rem;
    font-size: min(20px, 2.47vw);
  }

  .news-box p {
    margin: 0 0 2rem;
    font-size: min(14px, 1.73vw);
  }

  .news-cat {
    font-size: min(12px, 1.48vw);
  }

  .news-cat-text {
    gap: 1rem 2%;
    margin: 0 1rem 0 0;
    font-size: min(14px, 1.73vw);
  }

  .shop-h {
    margin: 2rem 0 1.5rem;
    font-size: min(14px, 1.73vw);
  }

  .shop-item {
    max-width: 100px;
  }
}

@media screen and (min-width: 1025px) {
}