#christmascake_cate_20250930 {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
}
#christmascake_cate_20250930 a {
  text-decoration: none;
}
#christmascake_cate_20250930 .u-fwn {
  font-weight: normal;
}
#christmascake_cate_20250930 .u-tdn:hover {
  text-decoration: none;
}
#christmascake_cate_20250930 .u-block-pc {
  display: block;
}
#christmascake_cate_20250930 .u-block-sp {
  display: none;
}
#christmascake_cate_20250930 .mv {
  margin: 0;
}
#christmascake_cate_20250930 .mv img {
  width: 100%;
}
#christmascake_cate_20250930 .navi {
  display: grid;
  grid-template-columns: repeat(auto-fit, 235px);
  grid-auto-rows: 70px;
  gap: 5px;
  justify-content: center;
  padding: 20px 0;
  background-color: #dcbd88;
}
#christmascake_cate_20250930 .navi li a {
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 26px;
  line-height: 1.2;
  color: #b70b2e;
  text-align: center;
  background-color: #fff;
  border: 2px solid #b70b2e;
}
#christmascake_cate_20250930 .navi li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  border-top: solid 2px #b70b2e;
  border-right: solid 2px #b70b2e;
  transform: rotate(45deg);
}
#christmascake_cate_20250930 .navi li a::after {
  right: 6px;
}
#christmascake_cate_20250930 .navi li a .txt-s {
  font-size: 14px;
}

@media screen and (max-width: 760px) {
  #christmascake_cate_20250930 .u-block-pc {
    display: none;
  }
  #christmascake_cate_20250930 .u-block-sp {
    display: block;
  }
  #christmascake_cate_20250930 .navi {
    grid-template-columns: repeat(auto-fit, 31vw);
    padding: 4% 1%;
  }
  #christmascake_cate_20250930 .navi li a {
    font-size: 13px;
  }
  #christmascake_cate_20250930 .navi li a .txt-s {
    font-size: 11px;
  }
}

