@charset "UTF-8";

html {
  font-size: 62.5%;
}

#mothersday {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #3c3c3c;
}

#mothersday img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#mothersday * {
  box-sizing: border-box;
}

#mothersday sub {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: 1;
  vertical-align: sub;
  position: relative;
  bottom: -0.1em;
}

#mothersday sup {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: 1;
  vertical-align: super;
  position: relative;
  top: -0.1em;
}

#mothersday .title {
  margin-bottom: 7.5rem;
}

#mothersday .title h1 {
  margin: 4.5rem 1rem 0;
  font-size: 3rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

#mothersday .title > p:nth-of-type(1) {
  margin: 1.5rem 1rem 3.85rem;
  font-size: 1.25rem;
  text-align: center;
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 1.6;
}

#mothersday .title > p:nth-of-type(1) span {
  display: inline-block;
}

#mothersday .title ul {
  margin: 2rem 0 0.7rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1.7rem;
}

@media screen and (max-width: 768px) {
  #mothersday .title ul {
    gap: 0 1.5rem;
  }
}

#mothersday .title ul:nth-of-type(1) li {
  width: 18%;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  #mothersday .title ul:nth-of-type(1) li {
    width: 28%;
  }
}

#mothersday .title ul:nth-of-type(2) li {
  width: 28%;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  #mothersday .title ul:nth-of-type(2) li {
    width: 28%;
  }
}

#mothersday .link-index {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 0 2.31rem;
  padding: 1.6rem;
  background-color: #e89aaa;
  color: #fff;
}

#mothersday .link-index span {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  #mothersday .link-index {
    font-size: 1.7rem;
  }
}

#mothersday .benefit {
  margin-top: 3rem;
  padding: 3.75rem;
  background-color: #cfc6bc;
}

#mothersday .benefit h2 {
  width: 100%;
  max-width: 450px;
  margin: 3rem auto 0;
}

#mothersday .benefit > div:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}

#mothersday .benefit > div:nth-of-type(2) > div {
  width: 48%;
}

@media screen and (max-width: 768px) {
  #mothersday .benefit {
    padding: 3rem 1.5rem;
  }

  #mothersday .benefit h2 {
    width: 90%;
  }

  #mothersday .benefit > div:nth-of-type(2) {
    gap: 2rem;
  }
}

@media screen and (max-width: 560px) {
  #mothersday .benefit {
    padding: 3rem 1.5rem;
  }

  #mothersday .benefit h2 {
    max-width: 400px;
    margin: 1rem auto 0;
  }

  #mothersday .benefit > .benefit-card {
    margin-top: 6rem;
  }

  #mothersday .benefit > div > .benefit-card {
    margin-top: 4rem;
  }

  #mothersday .benefit > div:nth-of-type(2) > div:nth-of-type(1) {
    margin-top: 6rem;
    width: 100%;
  }

  #mothersday .benefit > div:nth-of-type(2) > div:nth-of-type(2) {
    margin-top: 4rem;
    width: 100%;
  }
}

#mothersday .benefit-card {
  background: #fff;
  margin-top: 6rem;
  border-radius: 1rem;
  padding: 1rem;
}

#mothersday .benefit > div > .benefit-card {
  margin-top: 6rem;
}

#mothersday .benefit-card h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #e89aaa;
  position: relative;
  margin: 0.6rem 0 1rem;
  padding: 3rem 2rem 0 2.5rem;
}

#mothersday .benefit-card h3 strong span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #d5a41c;
}

#mothersday
  .benefit
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div
  > span::after {
  content: "";
  display: block;
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/matrug/freepage/mothersday/2026/images/md013__.png")
    no-repeat;
  background-size: contain;
  width: 50px;
  height: 110px;
  top: -11rem;
  right: -2rem;
}

@media screen and (max-width: 500px) {
  #mothersday
    .benefit
    > div:nth-of-type(2)
    > div:nth-of-type(2)
    > div
    > span::after {
    width: 35px;
    height: 90px;
    top: -7.5rem;
    right: 1rem;
  }
}

#mothersday .benefit-card h3 strong span span {
  font-weight: bold;
}

#mothersday .benefit > div:nth-of-type(1) h3 > span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #e84c4c;
  text-decoration-color: #ff143c;
}

#mothersday .benefit-card h3 > font {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-color: #e89aaa;
  color: #fff;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: normal;
  position: absolute;
  top: -5rem;
  left: 1rem;
}

#mothersday .benefit-card h3 > font b {
  display: block;
  color: #fff;
  border-radius: 50%;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}

#mothersday .benefit-card h3 > font::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 0.5rem transparent;
  border-left: solid 1rem #e89aaa;
  border-right: solid 1rem transparent;
  position: absolute;
  right: -0.5rem;
  bottom: -0.3rem;
  transform: rotate(45deg);
}

@media screen and (max-width: 500px) {
  #mothersday .benefit > div:nth-of-type(1) h3 > span {
    font-size: 1.5rem;
  }

  #mothersday .benefit-card h3 > font {
    width: 6rem;
    height: 6rem;
    top: -5.5rem;
    left: 0.5rem;
    font-size: 1.4rem;
  }

  #mothersday .benefit-card h3 > font b {
    font-size: 3.4rem;
  }

  #mothersday .benefit-card h3 > font::after {
    position: absolute;
    right: -0.5rem;
    bottom: -0.3rem;
  }
}

#mothersday .benefit > div > .benefit-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

#mothersday .benefit-card > div > span {
  display: block;
  width: 85%;
  margin: 1rem auto 0;
  position: relative;
}

#mothersday .benefit-card p {
  margin: 2rem;
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

#mothersday .benefit > div > span {
  display: block;
  margin: 2rem;
  text-align: center;
}

#mothersday .benefit-card span a {
  display: inline-block;
  color: #fff;
  background-color: #704039;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 1rem 5rem;
  border-radius: 1.25rem;
  border: solid 3px #704039;
  transition: all 0.2s ease;
}

#mothersday .benefit > div > span a:hover {
  color: #704039;
  background-color: #fff;
  opacity: 1;
}

#mothersday .benefit > div > span a span {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  #mothersday .benefit-card h3 {
    padding: 2rem 4rem 0 2.5rem;
    font-size: 2rem;
    margin: 1rem 0 0;
  }

  #mothersday .benefit-card h3 strong span {
    font-size: 2rem;
  }

  #mothersday .benefit-card p {
    margin: 2rem;
    font-size: 1.4rem;
  }

  #mothersday .benefit-card span a {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}

#mothersday .hayawari {
  background-color: #fffdf8;
}

#mothersday .hayawari h2 {
  padding-top: 10rem;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 840px) {
  #mothersday .hayawari h2 {
    padding-top: 5rem;
  }
}

#mothersday .hayawari h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/matrug/freepage/mothersday/2026/images/md014.png")
    no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  bottom: 1rem;
  right: 2rem;
}

@media screen and (max-width: 640px) {
  #mothersday .hayawari h2::after {
    width: 45px;
    height: 45px;
    bottom: 1rem;
    right: 0;
  }
}

#mothersday .hayawari h2 span {
  display: inline-block;
  font-size: unset;
  margin-left: unset;
}

#mothersday .hayawari h2 > span {
  width: 30%;
  max-width: 400px;
  display: block;
  margin: 0 auto 1.92rem;
  padding: 0.75rem;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #d5a41c;
  border-radius: 0.4rem;
}

@media screen and (max-width: 840px) {
  #mothersday .hayawari h2 > span {
    width: 41%;
    min-width: 200px;
  }
}

#mothersday .hayawari h2 > p {
  display: inline-block;
  position: relative;
  color: #e89aaa;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  padding: 0 5rem;
  letter-spacing: 0.1em;
}

#mothersday .hayawari h2 > p::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 2rem;
  background: #e89aaa;
  transform: rotate(-25deg);
}

#mothersday .hayawari h2 > p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 2rem;
  background: #e89aaa;
  transform: rotate(25deg);
}

#mothersday .hayawari h2 > strong {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  color: #e89aaa;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 7rem 0.5rem;
  position: relative;
  letter-spacing: 0.1em;
}

#mothersday .hayawari h2 > strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e89aaa;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 840px) {
  #mothersday .hayawari h2 > p {
    font-size: 1.8rem;
  }

  #mothersday .hayawari h2 > strong {
    font-size: 2.6rem;
    padding: 0 3.5rem 0.5rem;
  }
}

@media screen and (max-width: 500px) {
  #mothersday .hayawari h2 > p {
    font-size: 1.6rem;
  }

  #mothersday .hayawari h2 > strong {
    font-size: 2.2rem;
  }
}

#mothersday .hayawari > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#mothersday .item1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2.35rem;
  margin: 5rem 1rem 0;
  width: 45%;
}

#mothersday .item1 > a {
  margin: 2rem 0;
}

#mothersday .item2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 auto;
}

#mothersday .item2 > a {
  margin: 2rem 0;
  width: 45%;
}

#mothersday .item2 > div {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #mothersday .item1,
  .item2 {
    width: 90%;
  }

  #mothersday .item1 > a {
    margin: 0;
    min-width: unset;
  }

  #mothersday .item2 > a {
    width: 100%;
  }

  #mothersday .item2 > div {
    width: 100%;
  }
}

#mothersday .item1 > div img {
  width: 40%;
  object-fit: contain;
  object-position: top left;
}

#mothersday .item1 .item_flex img {
  min-width: 130px;
}

@media screen and (max-width: 768px) {
  #mothersday .item1 .item_flex img {
    min-width: 200px;
  }
}

@media screen and (max-width: 500px) {
  #mothersday .item1 .item_flex img {
    min-width: 110px;
  }
}

#mothersday .item1 .item_description {
  min-width: 0;
}

#mothersday .item_description h3 {
  display: inline-block;
  margin: 0;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  word-break: break-word;
  overflow-wrap: anywhere;
  letter-spacing: 0.1em;
  color: #704039;
  font-weight: 700;
}

#mothersday .item2 .item_description h3 {
  margin: 1rem 0;
  padding-top: 1.5rem;
}

#mothersday .item_description p {
  margin: 1.5rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  word-break: break-word;
  overflow-wrap: anywhere;
}

#mothersday .item2 .item_description p {
  margin: 1rem 0 1.5rem;
}

#mothersday [class^="item"] > div > div {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

#mothersday .item2 > div p::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}

#mothersday .item_label {
  flex-wrap: wrap;
}

#mothersday .item_label span {
  display: block;
  padding: 0.3rem 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #df144b;
  background-color: #fff;
  border: #df144b 2px solid;
  border-radius: 3rem;
}

#mothersday .item_label span:last-child {
  color: #fff;
  background-color: #df144b;
  border: #df144b 2px solid;
}

#mothersday .item_price {
  gap: 2rem;
  margin-top: 2rem;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
}

#mothersday .item_price p {
  word-break: keep-all;
  overflow-wrap: break-word;
  font-family: "Noto Serif JP", serif;
}

#mothersday .item_price p:nth-of-type(1) strong {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
}

#mothersday .item_price p:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  color: #df144b;
}

#mothersday .item_price p:nth-of-type(2) strong {
  font-size: 2.3rem;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #df144b;
}

#mothersday .item_button {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #e89aaa;
  border-radius: 0.4rem;
}

@media screen and (max-width: 500px) {
  #mothersday .item_button span {
    font-size: 1.7rem;
  }

  #mothersday .item_label span {
    font-size: 1.5rem;
  }
}

#mothersday .item_button a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  font-weight: 700;
  padding: 1rem;
  color: #fff;
  position: relative;
  font-size: 2rem;
}

@media screen and (max-width: 500px) {
  #mothersday .item_button a {
    font-size: 1.7rem;
  }
}

#mothersday [class^="item"] > [class^="review"] {
  margin: 3rem 0;
  padding: 2rem 4rem 3rem 4rem;
  border: 2px solid #dfbe63;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

#mothersday [class^="item"] > [class^="review"] > div {
  display: unset;
  margin-bottom: 0;
}

#mothersday .review1 > span {
  width: 20%;
  margin: 1rem 0 0;
}

#mothersday .review2 > span {
  width: 45%;
  margin: 1rem 0 0;
}

#mothersday [class^="review"] > span img {
  width: 100%;
}

#mothersday .review1 > div {
  width: 65%;
}

#mothersday .review2 > div {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #mothersday [class^="review"] > span {
    width: 25%;
  }

  #mothersday [class^="review"] > div {
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
  #mothersday [class^="item"] > [class^="review"] {
    padding: 2rem 3rem;
    gap: 2rem;
  }

  #mothersday [class^="review"] > span {
    width: 35%;
    margin: 1rem 0 0;
  }

  #mothersday [class^="review"] > div {
    width: 100%;
  }
}

#mothersday .review_stars {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #dfbe63;
  margin: 1rem 0;
}

#mothersday .review_title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
}

#mothersday .review_text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

#mothersday .misc_goods {
  margin: 5rem 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#mothersday .misc_goods h2 {
  text-align: center;
  margin: 0 2rem;
  width: 100%;
}

#mothersday .misc_goods h2 span {
  display: inline-block;
  font-size: unset;
  margin-left: unset;
}

#mothersday .misc_goods h2 p {
  display: inline-block;
  position: relative;
  color: #e89aaa;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 3rem 0 0;
  padding: 0 5rem;
}

#mothersday .misc_goods h2 p::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e89aaa;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-25deg);
}

#mothersday .misc_goods h2 p::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e89aaa;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(25deg);
}

#mothersday .misc_goods h2 strong {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  color: #e89aaa;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 7rem 0.5rem;
  position: relative;
  letter-spacing: 0.1em;
}

#mothersday .misc_goods h2 strong:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #e89aaa;
}

#mothersday .misc_goods > a {
  width: 30%;
  margin-top: 3rem;
  color: #1473e6;
  text-decoration: underline;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

#mothersday .misc_goods > a img {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  #mothersday .misc_goods h2 p {
    font-size: 1.8rem;
  }

  #mothersday .misc_goods h2 strong {
    font-size: 2.6rem;
    padding: 0 3.5rem 0.5rem;
  }

  #mothersday .misc_goods > a {
    width: 48%;
  }
}

@media screen and (max-width: 500px) {
  #mothersday .misc_goods h2 p {
    font-size: 1.6rem;
  }

  #mothersday .misc_goods h2 strong {
    font-size: 2.2rem;
  }
}

#mothersday .wrapping {
  margin: 3rem 0;
  padding: 1rem;
  text-align: center;
}

#mothersday .wrapping img:nth-of-type(2) {
  width: 30%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  #mothersday .wrapping img:nth-of-type(2) {
    width: 60%;
    margin-bottom: 2rem;
  }
}

#mothersday .wrapping h2 {
  margin: 2rem 0;
  color: #e84c4c;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#mothersday .wrapping > p:nth-of-type(1) {
  color: #060505;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem auto;
  text-align: center;
  text-decoration: underline;
}

#mothersday .wrapping > p:nth-of-type(1) > span {
  color: #e84c4c;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline;
}

#mothersday .wrapping > p:nth-of-type(2) {
  color: #060505;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem auto;
  padding: 0 3rem;
  display: inline-block;
  text-align: left;
  align-items: center;
}

@media screen and (max-width: 500px) {
  #mothersday .wrapping > p:nth-of-type(2) {
    padding: 0;
  }
}

#mothersday .wrapping > p:nth-of-type(2) > span {
  color: #e84c4c;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem auto;
}

#mothersday .wrapping > p:nth-of-type(3) {
  color: #060505;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 1rem auto;
  text-align: center;
}

#mothersday .wrapping > span {
  display: block;
  width: 85%;
  margin: 2rem auto;
}

#mothersday .wrapping > span:nth-of-type(1) {
  width: 100%;
}

#mothersday .wrapping > span:nth-of-type(2) {
  width: 45%;
}

#mothersday .wrapping > span:nth-of-type(4) {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #mothersday .wrapping > div span {
    width: 95%;
  }
}

@media screen and (max-width: 500px) {
  #mothersday .wrapping > span:nth-of-type(2) {
    width: 60%;
  }
}

#mothersday .calendar {
  background-color: #eeb9c4;
  margin: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}

#mothersday .calendar h2 {
  margin: 3rem 2rem 0;
  color: #ffffff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#mothersday .calendar h2 strong {
  display: block;
  color: #ffffff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
}

#mothersday .calendar p {
  margin: 3.25rem 2rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
}

#mothersday .calendar p strong {
  text-align: center;
  color: #e84c4c;
  font-size: 1.6rem;
  font-weight: 700;
}

#mothersday .calendar p span {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  #mothersday .calendar h2 {
    font-size: 2.2rem;
  }

  #mothersday .calendar h2 strong {
    font-size: 2.4rem;
  }

  #mothersday .calendar p {
    font-size: 1.5rem;
  }

  #mothersday .calendar p strong {
    font-size: 1.5rem;
  }
}

#mothersday .calendar > span {
  margin: 2.75rem auto 5rem;
  width: 90%;
  display: block;
}

#mothersday .service {
  margin: 0;
  padding: 3rem;
  background-color: #fffce6;
}

#mothersday .service h2 {
  width: 90%;
  max-width: 600px;
  margin: 2rem auto 0;
}

#mothersday .service ul {
  margin: 4rem 0 0;
  padding: 0;
}

#mothersday .service ul li {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-top: 2rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 500px) {
  #mothersday .service ul li {
    flex-direction: column;
    gap: 0;
    padding: 2rem 0;
  }
}

#mothersday .service ul li::before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  background: url(https://gigaplus.makeshop.jp/matrug/freepage/mothersday/2025/images/md048.png)
    no-repeat;
  background-size: contain;
  background-position: center;
}

#mothersday .service ul li div {
  /* width: calc(95% - 10rem); */
  width: 85%;
}

@media screen and (max-width: 768px) {
  #mothersday .service ul li::before {
    width: 8rem;
    height: 8rem;
  }

  #mothersday .service ul li div {
    width: 80%;
  }
}

#mothersday .service ul li div h3 {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.22;
  margin: 1.4rem 0;
  color: #e89aaa;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#mothersday .service ul li div p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #3b3c3c;
}

#mothersday .service ul li div p strong {
  font-weight: 500;
  color: #ff143c;
}

#mothersday .column {
  margin: 5rem 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#mothersday .column h2 {
  text-align: center;
  margin: 0 2rem;
  width: 100%;
}

#mothersday .column h2 p {
  display: inline-block;
  position: relative;
  color: #e89aaa;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0.3rem 5rem;
}

#mothersday .column h2 p::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e89aaa;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-25deg);
}

#mothersday .column h2 p::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e89aaa;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(25deg);
}

#mothersday .column h2 strong {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  color: #e89aaa;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 7rem 0.5rem;
  position: relative;
  letter-spacing: 0.1em;
}

#mothersday .column h2 strong:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #e89aaa;
}

@media screen and (max-width: 768px) {
  #mothersday .column h2 p {
    font-size: 1.8rem;
  }

  #mothersday .column h2 strong {
    font-size: 2.6rem;
    padding: 0 3.5rem 0.5rem;
  }
}

@media screen and (max-width: 500px) {
  #mothersday .column h2 p {
    font-size: 1.6rem;
  }

  #mothersday .column h2 strong {
    font-size: 2.2rem;
  }
}

#mothersday .column h2 span {
  display: inline-block;
  font-size: unset;
  margin-left: unset;
}

#mothersday .column a {
  width: 43%;
  margin: 4rem 0 5rem;
  color: #1473e6;
  text-decoration: underline;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}

#mothersday .column a img {
  margin-bottom: 1.75rem;
}

@media screen and (max-width: 768px) {
  #mothersday .column a {
    margin: 3rem 0 1rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  #mothersday .column a {
    width: 90%;
    margin: 3.5rem 0 1rem;
    font-size: 1.5rem;
  }
}
