.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.product-grid a {
  text-align: center;
  text-decoration: none;
  color: #333;
}

.product-grid img {
  width: 100%;
  border-radius: 10px;
}

.product-grid p {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.btn_3d{
  background-color: #F22;
  box-shadow: 0px 12px 0px #a00;  
  border: none;
  border-radius: 12px; 
  border-bottom-left-radius: 12px; 
  border-bottom-right-radius: 12px; 
  padding: 12px 80px; 
  font-size: large;
  font-weight: bold;
  color: #fff;
  text-decoration:none;
  display: inline-block;
}

.btn_3d:hover{
  background-color: #F33;
}

.btn_3d:active{
    box-shadow: 0px 6px 0px #a00; 
    transform: translateY(6px);
}

/* PET NEXUS 商品購入ボタン */

.pet-affiliate-button {
  text-align: center;
  margin: 24px 0 30px;
}

.btn_3d_grad {
  background: linear-gradient(to top, #a90000, #bf0000);
  box-shadow: 0 7px 0 #850000;
  border-radius: 8px;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}

.btn_3d_grad:visited {
  color: #ffffff !important;
}

.btn_3d_grad:hover {
  background: linear-gradient(to top, #b50000, #d00000);
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn_3d_grad:active {
  box-shadow: 0 3px 0 #850000;
  transform: translateY(4px);
}

/* スマホ */
@media screen and (max-width: 480px) {
  .btn_3d_grad {
    display: block;
    width: 100%;
    padding: 14px 12px;
    font-size: 16px;
  }
}
/* PET NEXUS トップページ3Dボタン */

.pet-home-button {
  text-align: center;
  margin: 24px 0 30px;
}

.btn_home_3d {
  background: linear-gradient(to top, #6fa9e3, #9fc9f4);
  box-shadow: 0 7px 0 #4f86bd;
  border-radius: 8px;
  border: none;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}

.btn_home_3d:visited {
  color: #ffffff !important;
}

.btn_home_3d:hover {
  background: linear-gradient(to top, #79b3eb, #afd4f7);
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn_home_3d:active {
  box-shadow: 0 3px 0 #4f86bd;
  transform: translateY(4px);
}

@media screen and (max-width: 480px) {
  .btn_home_3d {
    display: block;
    width: 100%;
    padding: 14px 12px;
    font-size: 17px;
  }
}
/* PET NEXUS 関連記事ブログカード
   アイキャッチ＋タイトルのみ表示 */

.internal-blogcard .blogcard-snippet,
.internal-blogcard .blogcard-footer,
.internal-blogcard .blogcard-domain,
.internal-blogcard .blogcard-date {
  display: none !important;
}