@charset "UTF-8";
/**
* 母の日ページ
*/
#mothersDay .fs-l-main {
  display: block;
}
#mothersDay h1.fs-c-heading {
  background-image: url("../img/mother2026/ttl-h1.webp");
}
#mothersDay .fs-c-subgroup {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6em;
}
#mothersDay .fs-c-subgroup .fs-c-listControl {
  display: none;
}
#mothersDay .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link {
  margin-right: 1.5em;
  background: transparent;
  border: none;
  font-weight: bold;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #mothersDay .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link {
    border-bottom: 1px solid #f58184;
    border-radius: 0;
    margin-right: 0;
  }
}
#mothersDay .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link .fs-c-subgroupList__image img {
  border-radius: 50%;
}
#mothersDay .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link:hover {
  background-color: #ffe4e5;
}
#mothersDay .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link::after {
  color: #de0003;
}
#mothersDay .mother-read {
  text-align: center;
}
#mothersDay .mother-read h3 {
  font-size: 1.5em;
  font-weight: bold;
  color: #bb2e28;
  margin-bottom: 0.5em;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  #mothersDay .mother-read h3 {
    font-size: 1.2em;
  }
}
#mothersDay .mother-read p {
  margin-bottom: 2em;
  line-height: 1.75em;
  font-size: 0.9em;
}
#mothersDay .ct-sec .c-heading {
  text-align: center;
}
#mothersDay .ct-sec .c-heading img {
  width: 300px;
  max-width: 80vw;
}
#mothersDay .ct-sec .ct-box {
  margin-bottom: 4em;
}
#mothersDay .ct-sec .ct-box .products-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#mothersDay .ct-sec .ct-box .products-list .list-box {
  width: calc((100% - 3em) / 4);
}
@media screen and (max-width: 767px) {
  #mothersDay .ct-sec .ct-box .products-list .list-box {
    width: calc((100% - 1.5em) / 2);
  }
}
#mothersDay .ct-sec .ct-box .products-list .list-box .products-thumb {
  font-size: 0;
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 1em;
}
#mothersDay .ct-sec .ct-box .products-list .list-box .products-thumb::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/mother2026/btn-thumb.webp") no-repeat 50% 50%/48px 48px;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #mothersDay .ct-sec .ct-box .products-list .list-box .products-thumb::before {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}
#mothersDay .ct-sec .ct-box .products-list .list-box .products-thumb .thumb {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
#mothersDay .ct-sec .ct-box .products-list .list-box .products-thumb .is-main {
  opacity: 1;
  position: relative;
}
#mothersDay .ct-sec .ct-box .products-list .list-box .products-thumb .is-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#mothersDay .ct-sec .ct-box .products-list .list-box .products-thumb:hover .is-main {
  opacity: 0;
}
#mothersDay .ct-sec .ct-box .products-list .list-box .products-thumb:hover .is-hover {
  opacity: 1;
}
#mothersDay .ct-sec .ct-box .products-list .list-box .products-thumb:hover .thumb {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#mothersDay .ct-sec .ct-box .products-list .list-box .product-price {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 2em;
}
#mothersDay #flower-all {
  margin-bottom: 0;
}
#mothersDay #flower-all .c-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f58184;
  margin-bottom: 0;
  font-size: 0;
  height: 60px;
  line-height: 60px;
}
#mothersDay #flower-all .c-heading img {
  width: 300px;
  max-width: 80vw;
}
#mothersDay .fs-c-productList {
  margin-top: 0;
  margin-bottom: 6em;
  background: #ffe4e5;
}
#mothersDay .fs-c-productList .fs-c-noResultMessage {
  margin: 0;
}
#mothersDay .btn-return {
  text-align: center;
  margin-top: 3em;
}
#mothersDay .btn-return a:hover {
  opacity: 0.8;
}
#mothersDay .btn-return img {
  width: 470px;
  max-width: 80vw;
}
#mothersDay .md_bottom_ttntn {
  padding: 1em;
}
#mothersDay .md_bottom_ttntn .md_bottom_ttntn_wrapper {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#mothersDay .md_bottom_ttntn .md_bottom_ttntn_wrapper .md_bottom_ttntn_hdr {
  text-align: center;
  margin-bottom: 1em;
}
#mothersDay .md_bottom_ttntn .md_bottom_ttntn_wrapper .md_bottom_ttntn_hdr img {
  width: 420px;
}
#mothersDay .md_bottom_ttntn .md_bottom_ttntn_wrapper .md_bottom_ttntn_text {
  border: solid 4px #ffe4e5;
  padding: 1em;
}
#mothersDay .md_bottom_ttntn .md_bottom_ttntn_wrapper .md_bottom_ttntn_list {
  padding-left: 20px;
}
#mothersDay .md_bottom_ttntn .md_bottom_ttntn_wrapper .md_bottom_ttntn_list li {
  padding-bottom: 0.5em;
}

.fs-body-category-mothersday2026 #mothersDay h1.fs-c-heading {
  display: none;
}

.fs-body-product #mothersDay .fs-l-pageMain {
  max-width: 960px;
  padding: 8px 2em;
}
@media screen and (min-width: 960px) {
  .fs-body-product #mothersDay .fs-l-pageMain .fs-l-productLayout {
    grid-template-columns: calc(50% - 8px) calc(50% - 8px);
  }
}
.fs-body-product #mothersDay h1.fs-c-heading {
  background: none;
  color: #bb2e28;
}
.fs-body-product #mothersDay h1.fs-c-heading .fs-c-productNameHeading__copy {
  color: #f58184;
  display: block;
}
.fs-body-product #mothersDay h2.pw-product__title {
  background: #f58184;
  color: #fff;
  border-color: #bb2e28;
  padding: 0.5em 1em;
}
.fs-body-product #mothersDay .fs-c-productNumber {
  border-color: #f58184;
}
.fs-body-product #mothersDay .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #de0003;
}
.fs-body-product #mothersDay .fs-p-productDescription--full {
  padding-bottom: 2em;
  font-size: 1.25em;
}
.fs-body-product #mothersDay #productFooterCTA {
  background-color: #ffe4e5;
}/*# sourceMappingURL=ec-season.css.map */