@charset "UTF-8";
div.news_layout {
  text-align: center;
  max-width: 710px;
  margin: 0 auto;
  scroll-behavior: smooth;
}
div.news_layout p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  div.news_layout p { /* スクリーンサイズが768px以上の場合に適用 */
    font-size: 13px;
  }
}

.category_area div.title {
  width: 150px;
  margin: 0 auto;
}
.category_area div.category_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  margin: 0 5%;
}
.category_area div.category_grid img {
  max-width: 317px;
}
.category_area img {
  width: 100%;
  display: block;
}

.item_category img {
  width: 100%;
  display: block;
  max-width: 209px;
}
.item_category div.title img {
  width: auto;
  margin: 0 auto;
}
.item_category .item_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 5px;
  margin: 0 5%;
}
.item_category .item_grid div.item a {
  display: block;
  color: #333;
  text-decoration: none;
}
.item_category .item_grid div.item a p {
  text-align: start;
}
.item_category .item_grid div.item a p.item_name {
  font-size: 12px;
}
.item_category .item_grid div.item a p.price {
  font-size: 10px;
}

div.btn {
  margin: 0 5%;
}
div.btn a {
  display: block;
  color: #333;
  text-decoration: none;
  border: solid 1px #333;
  padding: 15px;
}
div.btn a p {
  display: block;
  position: relative;
  float: none;
  margin: 0;
}
div.btn a p::after {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
}/*# sourceMappingURL=style.css.map */