@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-Day2026 {
  width: 700px;
  display: grid;
}
.respect-for-the-Aged-Day2026 .mv {
  margin-bottom: 50px;
}
.respect-for-the-Aged-Day2026 .note {
  border: 5px solid #fee4a7;
  font-size: 14px;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5em;
  margin-bottom: 100px;
}
.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: 18px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.respect-for-the-Aged-Day2026 .productName {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 400;
  margin-bottom: 1em;
}
.respect-for-the-Aged-Day2026 .productName span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  min-height: 4.5em;
}
.respect-for-the-Aged-Day2026 .product_name_sub {
  font-family: "Noto Sans JP", sans-serif;
}
.respect-for-the-Aged-Day2026 .productPrice {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  text-align: center;
}
.respect-for-the-Aged-Day2026 .productPrice .productPrice-add {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}
.respect-for-the-Aged-Day2026 .productPrice.shippingfree {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: baseline;
}
.respect-for-the-Aged-Day2026 .productPrice.shippingfree::before {
  content: "送料無料";
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  color: #e83800;
  border: 2px solid #e83800;
  padding: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
.respect-for-the-Aged-Day2026 .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;
}

.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: "";
  width: 700px;
}
.productlistWrap .lead {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 18px;
  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 1fr;
  gap: 30px;
  row-gap: 60px;
  padding: 0 30px 80px;
}
.productlist .otherType {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 316px 1fr;
  gap: 30px;
}
.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 .brandName {
  text-align: left;
}
.productlist .otherType .productName {
  text-align: left;
  margin-bottom: 0;
}
.productlist .otherType .productPrice {
  text-align: right;
}

.productlist-section {
  position: relative;
  margin-bottom: 100px;
}
.productlist-section .ttl3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.productlist-section .ttl3::before {
  content: "";
  width: 218px;
  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: 215px;
  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 {
  margin-right: 10px;
}

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