@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");
/*-----------------------------------------------------
敬老の日特集2025
-----------------------------------------------------*/
.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: 16px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.respect-for-the-Aged-Day2025 .productName span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
.respect-for-the-Aged-Day2025 .productPrice {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  text-align: center;
}
.respect-for-the-Aged-Day2025 .productPrice .productPrice-add {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
}
.respect-for-the-Aged-Day2025 .productCopy {
  font-family: "Noto Serif JP", serif;
  color: #5c3f2a;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding: 10px;
  z-index: 1;
  line-height: 1.5em;
}
.respect-for-the-Aged-Day2025 .productCopy::before {
  content: "";
  width: 150px;
  height: 16px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/img/category/Respect-for-the-Aged-Day2025/deco3.png);
  background-size: contain;
  background-repeat: no-repeat;
}

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

.productlist {
  padding: 0 0 20px;
}

.productlist-section {
  position: relative;
  margin-bottom: 50px;
}
.productlist-section .ttl3 {
  border-bottom: 5px solid #cc6560;
  text-align: center;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 10px;
}
.productlist-section .ttl3 .logo {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.productlist-section .ttl3 .text {
  font-family: "Noto Serif JP", serif;
}

.productlist-section {
  width: 100%;
}
.productlist-section .lead {
  color: #4c3117;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.5em;
  margin: 10px 0;
  padding: 10px 40px;
  position: relative;
  width: 100%;
  text-align: center;
}
.productlist-section .lead::before {
  content: "";
  display: block;
  background-image: url(/img/category/Respect-for-the-Aged-Day2025/deco1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
}
.productlist-section .lead::after {
  content: "";
  display: block;
  background-image: url(/img/category/Respect-for-the-Aged-Day2025/deco2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 41px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.productlist-section .productlist {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f9f5f2;
}
.productlist-section .productlist .inner {
  width: 46%;
}
.productlist-section .productlist .inner.odd {
  margin-left: 10px;
}
.productlist-section .productlist .inner.even {
  margin-right: 10px;
}
.productlist-section .productlist .devider {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.productlist-section .productlist .devider img {
  width: 88px;
}
.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: 12px;
  line-height: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  text-decoration: none;
}
.btn_buy a::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  margin-top: -3px;
}/*# sourceMappingURL=Respect-for-the-Aged-Day2025_sp.css.map */