@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.2rem;
}

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

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

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

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

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

#mothersday .title ul:nth-of-type(3) li {
  width: 23%;
}

@media screen and (max-width: 768px) {
  #mothersday .title ul:nth-of-type(3) li {
    width: 48%;
    margin-bottom: 1.6rem;
  }
}

#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: #ec7284;
  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: #ffaab7;
}

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

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

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

#mothersday .benefit > div {
  background: #fff;
  margin-top: 4rem;
  border-radius: 1rem;
  padding: 1rem;
}

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

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

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

#mothersday .benefit > div h3 {
  padding-left: 10rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ec7284;
  position: relative;
  margin: 0.6rem 0 1rem;
}

#mothersday .benefit > div h3 strong span {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 500;
  color: #d5a41c;
  /* reset CSS on makeshop */
  font-family: "Noto Serif JP", serif;
}

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

#mothersday .benefit > div 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: underline;
  text-decoration-color: #ff143c;
}

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

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

#mothersday .benefit > div h3 > font::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 0.5rem transparent;
  border-left: solid 1rem #ec7284;
  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 > div h3 > font {
    width: 6rem;
    height: 6rem;
    top: -5.5rem;
    left: 0.5rem;
    font-size: 1.4rem;
  }

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

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

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

#mothersday .benefit > div > div span {
  width: 48%;
  margin-top: 2rem;
}

#mothersday .benefit > div > 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 > div > 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 > div h3 {
    padding-left: 7rem;
    font-size: 2rem;
    margin: 1rem 0 0;
  }

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

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

  #mothersday .benefit > div > span a {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}

#mothersday .hayawari {
  background: repeating-linear-gradient(
    90deg,
    #f6f6f6,
    #f6f6f6 50%,
    #ffffff 50%,
    #ffffff
  );
  background-size: 52px 52px;
  margin: 0;
  padding: 0.1rem 2rem 5rem;
}

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

#mothersday .hayawari h2 span {
  display: inline-block;
  /* reset CSS on makeshop */
  font-size: unset;
  margin-left: unset;
}

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

#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: #ec7284;
  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: #ec7284;
  transform: rotate(-25deg);
}

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

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

@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 h2 > strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ec7284;
  position: absolute;
  bottom: 0;
  left: 0;
}

#mothersday .hayawari .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2.35rem;
  margin-top: 6rem;
}

#mothersday .hayawari .item:nth-of-type(1) {
  margin-top: 3.7rem;
}

#mothersday .hayawari .item > div {
  width: 50%;
  margin: 2rem 0;
}

@media screen and (max-width: 840px) {
  #mothersday .hayawari .item {
    margin-top: 6rem;
  }

  #mothersday .hayawari .item > div {
    width: 92%;
    margin: 0;
  }
}

#mothersday .hayawari .item div > div {
  display: flex;
  justify-content: start;
  gap: 1rem;
  margin-bottom: 2rem;
}

#mothersday .hayawari .item div > div:nth-of-type(1) {
  gap: 2rem;
  margin-top: 2rem;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}

#mothersday .hayawari .item div > div:nth-of-type(2) {
  flex-wrap: wrap;
}

#mothersday .hayawari .item div > div:nth-of-type(1) > p:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  color: #ec7284;
}

#mothersday .hayawari .item div > div:nth-of-type(1) > p:nth-of-type(1) strong {
  font-size: 2rem;
  line-height: 1.2;
  /* reset CSS on makeshop */
  font-family: "Noto Serif JP", serif;
}

#mothersday .hayawari .item div > div:nth-of-type(1) > p:nth-of-type(2) strong {
  font-size: 2.3rem;
  line-height: 1.7;
  /* reset CSS on makeshop */
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #ec7284;
}

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

#mothersday .hayawari .item div > div > span {
  display: block;
  padding: 0.5rem 3.4rem;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #ec7284;
  border-radius: 0.4rem;
}

#mothersday .hayawari .item div > span {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #704039;
  border-radius: 0.4rem;
}

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

  #mothersday .hayawari .item div > div > span {
    font-size: 1.5rem;
  }
}

#mothersday .hayawari .item > a {
  margin: 2rem 0;
  width: 40%;
}

@media screen and (max-width: 840px) {
  #mothersday .hayawari .item > a {
    margin: 0;
    width: 90%;
    min-width: unset;
  }
}

#mothersday .hayawari .item h3 {
  display: inline-block;
  margin: 0;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  word-break: keep-all;
  overflow-wrap: break-word;
  letter-spacing: 0.1em;
  color: #704039;
  /* reset CSS on makeshop */
  font-weight: 700;
}

#mothersday .hayawari .item p {
  margin: 1.5rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  position: relative;
  /* reset CSS on makeshop */
  font-weight: 400;
}

#mothersday .hayawari .item > div > div > p {
  word-break: keep-all;
  overflow-wrap: break-word;
  /* reset CSS on makeshop */
  font-family: "Noto Serif JP", serif;
}

#mothersday .hayawari a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  font-weight: 700;
  padding: 1rem;
  color: #fff;
  position: relative;
  /* reset CSS on makeshop */
  font-size: 2rem;
}

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

#mothersday .hayawari .item > a span {
  width: 40%;
}

#mothersday .hayawari .item > a p:nth-of-type(1) {
  width: 27%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

#mothersday .hayawari .item > a p:nth-of-type(1) strong {
  font-size: 1.6rem;
}

#mothersday .hayawari .item > a p:nth-of-type(2) {
  width: 30%;
  font-family: "Noto Serif JP", serif;
  color: #ec7284;
  font-size: 1.8rem;
  line-height: 1.5;
}

#mothersday .hayawari .item > a p:nth-of-type(2) strong {
  display: block;
  font-family: "Noto Serif JP", serif;
  color: #ec7284;
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  #mothersday .hayawari .item > a {
    justify-content: center;
  }

  #mothersday .hayawari .item > a span {
    width: 80%;
  }

  #mothersday .hayawari .item > a p:nth-of-type(1) {
    width: 100%;
    margin-top: 1rem;
  }

  #mothersday .hayawari .item > a p:nth-of-type(2) {
    width: 80%;
    margin-top: 1rem;
    text-align: center;
    font-size: 1.6rem;
  }

  #mothersday .hayawari .item > a::before {
    top: auto;
    bottom: -1rem;
    left: -2rem;
    background-position: bottom left;
  }
}

#mothersday .review {
  margin: 3rem 0;
}

#mothersday .review > h4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#mothersday .review > h4 p {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: bold;
  color: #ec7284;
  letter-spacing: 0.5em;
  width: 20rem;
  margin: 0;
}

#mothersday .review > div {
  display: flex;
  align-items: center;
  width: 90%;
  background-color: #fffbe6;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  margin: 0 auto;
  padding: 1.6rem 4.9rem;
  gap: 2.2rem;
}

#mothersday .review > div span {
  width: 16%;
}

#mothersday .review > div p {
  width: 80%;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1.5rem 0;
  /* reset CSS on makeshop */
  font-family: "Zen Maru Gothic", serif;
}

#mothersday .review > div p strong {
  width: 65%;
  font-size: 1.5rem;
  color: #d62266;
  font-weight: 600;
  /* reset CSS on makeshop */
  font-family: "Zen Maru Gothic", serif;
}

@media screen and (max-width: 768px) {
  #mothersday .review > div {
    align-items: start;
    padding: 3rem 1.15rem;
    justify-content: center;
  }

  #mothersday .review > div span {
    width: 22%;
  }

  #mothersday .review > div p {
    width: 67%;
  }
}

@media screen and (max-width: 500px) {
  #mothersday .review > div {
    gap: 1rem;
  }

  #mothersday .review > div {
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.15rem;
  }

  #mothersday .review > div span {
    width: 30%;
  }

  #mothersday .review > div p {
    width: 90%;
  }
}

#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;
  /* reset CSS on makeshop */
  font-size: unset;
  margin-left: unset;
}

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

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

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

#mothersday .misc_goods h2 strong {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  color: #ec7284;
  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: #ec7284;
}

#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;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

#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 {
  margin: 1rem 0;
  text-align: center;
  color: #060505;
  font-size: 1.75rem;
  font-weight: 500;
}

#mothersday .wrapping p strong span {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  text-decoration: underline;
}

#mothersday .wrapping p strong:nth-of-type(1) {
  color: #060505;
}

#mothersday .wrapping p strong:nth-of-type(2) {
  color: #e84c4c;
}

#mothersday .wrapping p span > span {
  color: #e84c4c;
}

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

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

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

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

  #mothersday .wrapping p span > span {
    font-size: 1.5rem;
  }

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

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

#mothersday .wrapping > div span {
  display: block;
  width: 48%;
  margin-top: 1rem;
}

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

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

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

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

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

#mothersday .calendar p strong {
  text-align: center;
  color: #e84c4c;
  font-size: 1.75rem;
  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: #ec7284;
  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: #ec7284;
  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: #ec7284;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-25deg);
}

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

#mothersday .column h2 strong {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  color: #ec7284;
  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: #ec7284;
}

@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;
  /* reset CSS on makeshop */
  font-size: unset;
  margin-left: unset;
}

#mothersday .column a {
  width: 40%;
  margin: 3.5rem 0 5rem;
  color: #1473e6;
  text-decoration: underline;
  text-align: center;
  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 {
    width: 90%;
    margin: 3.5rem 0 1rem;
    font-size: 1.5rem;
  }
}
