@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
-----------------------------------------------------*/
#fathersday2026 .hero {
  margin-bottom: 50px;
}
#fathersday2026 .privilege {
  margin-bottom: 100px;
}
#fathersday2026 .productImg img {
  width: 100%;
}
#fathersday2026 .btn_buy img {
  width: 100%;
}
#fathersday2026 .productName {
  font-size: 20px;
  font-family: "Noto Sans JP", san-serif;
  color: #727171;
  font-weight: 500;
}
#fathersday2026 .productName .brandName {
  font-size: 16px;
  display: block;
  font-family: "Noto Sans JP", san-serif;
}
#fathersday2026 .productName .productFlavor {
  font-size: 12px;
  font-family: "Noto Sans JP", san-serif;
  display: block;
}
#fathersday2026 .productPrice {
  padding: 15px 0;
  font-family: "Noto Sans JP", san-serif;
  text-align: right;
}
#fathersday2026 .productPrice strong {
  font-weight: 600;
  font-size: 24px;
  font-family: "Noto Sans JP", san-serif;
}
#fathersday2026 .productInfo {
  margin-bottom: 20px;
}
#fathersday2026 .productInfo p {
  line-height: 24px;
  font-family: "Noto Sans JP", san-serif;
  font-size: 14px;
}
#fathersday2026 .productList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#fathersday2026 .productDetail {
  font-family: "Noto Sans JP", san-serif;
  font-size: 14px;
  min-height: 1.5em;
  margin-bottom: 20px;
}
#fathersday2026 .productNote {
  font-size: 12px;
  margin-bottom: 20px;
}
#fathersday2026 .btn_buy {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.fathersday-ttl {
  position: absolute;
  left: 0;
  top: -60px;
}

.recommend_list {
  position: relative;
  padding: 70px 20px 20px;
  margin-bottom: 50px;
}
.recommend_list .productList {
  display: grid;
  gap: 20px;
}
.recommend_list .productList .inner {
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 20px;
  position: relative;
  border: 10px solid #ceebfb;
}
.recommend_list .productList .inner::after {
  content: "";
  display: block;
  width: 98px;
  height: 71px;
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/category/2026/fathersday2026/ribbon_1.png);
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
}
.recommend_list .productList .inner::before {
  content: "";
  display: block;
  width: 82px;
  height: 53px;
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/category/2026/fathersday2026/ribbon_2.png);
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: 1;
}
.recommend_list .productList .inner .productImg {
  width: 300px;
}
.recommend_list .productList .inner .productContent {
  width: 300px;
  padding-top: 20px;
}/*# sourceMappingURL=fathersday2026.css.map */