@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");
/*-----------------------------------------------------
敬老の日特集2026
-----------------------------------------------------*/
.respect-for-the-Aged-Day2026 {
  display: grid;
}
.respect-for-the-Aged-Day2026 .mv {
  margin-bottom: 20px;
}
.respect-for-the-Aged-Day2026 .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-Day2026 .productImg {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.respect-for-the-Aged-Day2026 .productImg img {
  width: 100%;
}
.respect-for-the-Aged-Day2026 .btn_buy img {
  width: 100%;
}
.respect-for-the-Aged-Day2026 .brandName {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.respect-for-the-Aged-Day2026 .productName {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.respect-for-the-Aged-Day2026 .productName span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
.respect-for-the-Aged-Day2026 .product_name_sub {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.respect-for-the-Aged-Day2026 .productPrice {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  text-align: center;
}
.respect-for-the-Aged-Day2026 .productPrice .productPrice-add {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
.respect-for-the-Aged-Day2026 .productPrice.shippingfree {
  align-items: baseline;
}
.respect-for-the-Aged-Day2026 .productPrice.shippingfree::before {
  content: "送料無料";
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #e83800;
  border: 2px solid #e83800;
  padding: 5px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  text-align: center;
  width: auto;
  margin-bottom: 5px;
}
.respect-for-the-Aged-Day2026 .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;
}

.productlistWrap {
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/category/2026/respect-for-the-Aged-Day2026/bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 0 0;
}
.productlistWrap::after {
  content: "";
}
.productlistWrap .lead {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 16px;
  color: #4a2409;
  line-height: 2em;
  margin-bottom: 30px;
}

.productlist {
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/category/2026/respect-for-the-Aged-Day2026/bg_btm.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  row-gap: 30px;
  padding: 0 30px 80px;
}
.productlist .otherType {
  display: grid;
  gap: 10px;
  align-items: flex-start;
}
.productlist .otherType .productHead {
  margin-bottom: 10px;
}
.productlist .otherType .productHead::after {
  content: "";
  aspect-ratio: 304/33;
  display: block;
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/category/2026/respect-for-the-Aged-Day2026/deco2.png);
}
.productlist .otherType .productName {
  margin-bottom: 0;
}
.productlist .otherType .productPrice {
  margin-bottom: 20px;
}
.productlist .otherType .productInfo {
  line-height: 1.8em;
}

.productlist-section {
  position: relative;
  margin-bottom: 50px;
}
.productlist-section .ttl3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.productlist-section .ttl3::before {
  content: "";
  width: 30%;
  aspect-ratio: 218/43;
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/category/2026/respect-for-the-Aged-Day2026/deco_before.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.productlist-section .ttl3::after {
  content: "";
  width: 30%;
  aspect-ratio: 215/43;
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/category/2026/respect-for-the-Aged-Day2026/deco_after.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.productlist-section .ttl3 .logo {
  width: 30%;
}

.productlist-section {
  width: 100%;
}

.btn_buy {
  width: 100%;
  margin-top: 30px;
}
.btn_buy a {
  display: block;
  background: #cb9029;
  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-Day2026_sp.css.map */