@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*-----------------------------------------------------
敬老の日特集2024
-----------------------------------------------------*/
.respect-for-the-Aged-Day2025 {
  width: 700px;
}
.respect-for-the-Aged-Day2025 h1 {
  margin-bottom: 0;
}
.respect-for-the-Aged-Day2025 .note {
  margin-bottom: 60px;
  border: 5px solid #fee4a7;
  font-size: 14px;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5em;
}
.respect-for-the-Aged-Day2025 .productImg {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.respect-for-the-Aged-Day2025 .productImg img {
  width: 100%;
}
.respect-for-the-Aged-Day2025 .btn_buy img {
  width: 100%;
}
.respect-for-the-Aged-Day2025 .productName {
  font-size: 19px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 400;
  margin-bottom: 1em;
}
.respect-for-the-Aged-Day2025 .productName span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  min-height: 4.5em;
}
.respect-for-the-Aged-Day2025 .productPrice {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  text-align: center;
}
.respect-for-the-Aged-Day2025 .productPrice .productPrice-add {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}
.respect-for-the-Aged-Day2025 .productCopy {
  font-family: "Noto Serif JP", serif;
  color: #50423e;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  position: relative;
  padding: 20px 0;
  z-index: 1000;
}
.respect-for-the-Aged-Day2025 .productCopy::before {
  content: "";
  width: 300px;
  height: 32px;
  display: block;
  background-image: url(/img/category/Respect-for-the-Aged-Day2025/deco3.png);
}

.productList-wrap {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.productlist {
  padding: 10px 0 20px;
  background-color: #f9f5f2;
}
.productlist .lead {
  color: #5c3f2a;
}

.productlist-section {
  position: relative;
  margin-bottom: 100px;
}
.productlist-section .ttl3 {
  border-bottom: 5px solid #cc6560;
  text-align: center;
  font-size: 30px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 10px;
}
.productlist-section .ttl3 .logo {
  margin-right: 10px;
}
.productlist-section .ttl3 .text {
  font-family: "Noto Serif JP", serif;
}

.productlist-section {
  width: 100%;
}
.productlist-section .lead {
  color: #5c3f2a;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  text-align: center;
  width: 100%;
  margin: 20px 0 50px;
  position: relative;
}
.productlist-section .lead::before {
  content: "";
  display: block;
  background-image: url(/img/category/Respect-for-the-Aged-Day2025/deco1.png);
  width: 116px;
  height: 79px;
  position: absolute;
  top: -20px;
  left: 0;
}
.productlist-section .lead::after {
  content: "";
  display: block;
  background-image: url(/img/category/Respect-for-the-Aged-Day2025/deco2.png);
  width: 76px;
  height: 83px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.productlist-section .productlist {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.productlist-section .productlist .inner {
  width: 300px;
  margin-bottom: 50px;
}
.productlist-section .productlist .inner.odd {
  margin-left: 30px;
}
.productlist-section .productlist .inner.even {
  margin-right: 30px;
}
.productlist-section .productlist .devider {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.productlist-section.currynokuchi-section .productlist {
  justify-content: center;
}

.btn_buy {
  width: 100%;
  margin-top: 30px;
}
.btn_buy a {
  display: block;
  background: #cb4829;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding: 0;
  position: relative;
}
.btn_buy a::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  margin-top: -4px;
}/*# sourceMappingURL=Respect-for-the-Aged-Day2025.css.map */