@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
-----------------------------------------------------*/
#mothersday2025 h1 {
  margin-bottom: 30px;
}
#mothersday2025 .privilege {
  margin-bottom: 30px;
}
#mothersday2025 .productImg img {
  width: 100%;
}
#mothersday2025 .btn_buy img {
  width: 100%;
}
#mothersday2025 .productName {
  font-size: 18px;
  font-family: "Noto Sans JP", san-serif;
  font-weight: bold;
  color: #727171;
  line-height: 1.5em;
}
#mothersday2025 .productName strong {
  font-size: 24px;
  line-height: 1.5em;
  font-family: "Noto Sans JP", san-serif;
  font-weight: 600;
}
#mothersday2025 .productPrice {
  padding: 15px 0;
  font-family: "Noto Sans JP", san-serif;
  color: #727171;
}
#mothersday2025 .productPrice strong {
  font-weight: 600;
  font-size: 24px;
  font-family: "Noto Sans JP", san-serif;
}
#mothersday2025 .productInfo {
  margin-bottom: 20px;
  color: #727171;
}
#mothersday2025 .productInfo p {
  line-height: 24px;
  font-family: "Noto Sans JP", san-serif;
  font-size: 14px;
}

.recommend-productList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffe2e2;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.recommend-productList .info {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 40px;
  background-image: url(/img/category/mothersday2025/deco2.png);
  background-repeat: no-repeat;
}
.recommend-productList .info .text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 2em;
  color: #727171;
  position: relative;
}
.recommend-productList .info .text::before {
  content: "";
  width: 89px;
  height: 86px;
  background-image: url(/img/category/mothersday2025/deco2-1.png);
  position: absolute;
  top: -20px;
  left: 0;
}
.recommend-productList .info .text::after {
  content: "";
  width: 132px;
  height: 117px;
  background-image: url(/img/category/mothersday2025/deco2-2.png);
  position: absolute;
  top: -20px;
  right: 0;
}
.recommend-productList .inner {
  width: 310px;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.recommend-productList .productName {
  text-align: center;
  margin-bottom: 10px;
}
.recommend-productList .productDetail {
  font-family: "Noto Sans JP", san-serif;
  min-height: 40px;
  font-size: 14px;
}
.recommend-productList .btn_buy {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.teiban-productList {
  position: relative;
}
.teiban-productList .mothersday-ttl {
  margin-bottom: 30px;
}
.teiban-productList .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0 20px;
}
.teiban-productList .inner:after {
  display: block;
  content: "";
  width: 533px;
  height: 16px;
  background-image: url(/img/category/mothersday2025/deco3.png);
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.teiban-productList .inner .productImg {
  width: 300px;
}
.teiban-productList .inner .productContent {
  width: 320px;
}
.teiban-productList .productDetail {
  font-family: "Noto Sans JP", san-serif;
  font-size: 14px;
}
.teiban-productList .btn_buy {
  width: 280px;
}/*# sourceMappingURL=mothersday2025.css.map */