@charset "UTF-8";
html {
  font-size: 62.5%;
}

#fathersday {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #3c3c3c;
}
#fathersday * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#fathersday img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#fathersday sub {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: 1;
  vertical-align: sub;
  position: relative;
  bottom: -0.1em;
}
#fathersday sup {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: 1;
  vertical-align: super;
  position: relative;
  top: -0.1em;
}
#fathersday .title {
  margin-bottom: 7.5rem;
}
#fathersday .title h1 {
  margin: 4.5rem 1rem 0;
  font-size: 3rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#fathersday .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;
}
#fathersday .title > p:nth-of-type(1) span {
  display: inline-block;
}
#fathersday .title ul {
  margin: 2rem 0 0.7rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.7rem;
}
@media screen and (max-width: 768px) {
  #fathersday .title ul {
    gap: 0 1.5rem;
  }
}
#fathersday .title ul:nth-of-type(1) li {
  width: 18%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #fathersday .title ul:nth-of-type(1) li {
    width: 28%;
  }
}
#fathersday .title ul:nth-of-type(2) li {
  width: 28%;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  #fathersday .title ul:nth-of-type(2) li {
    width: 28%;
  }
}
#fathersday .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: #3e6e97;
  color: #fff;
}
@media screen and (max-width: 500px) {
  #fathersday .link-index {
    font-size: 1.7rem;
  }
}
#fathersday .link-index span {
  display: inline-block;
}
#fathersday .benefit {
  margin-top: 3rem;
  padding: 3.75rem;
  background-color: #a3c689;
}
@media screen and (max-width: 768px) {
  #fathersday .benefit {
    padding: 3rem 1.5rem;
  }
}
#fathersday .benefit h2 {
  width: 100%;
  max-width: 450px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
  #fathersday .benefit h2 {
    width: 90%;
  }
}
@media screen and (max-width: 560px) {
  #fathersday .benefit h2 {
    max-width: 400px;
    margin: 1rem auto 0;
  }
}
#fathersday .benefit > div:nth-of-type(1) h3 > span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #e84c4c;
  text-decoration-color: #ff143c;
}
@media screen and (max-width: 500px) {
  #fathersday .benefit > div:nth-of-type(1) h3 > span {
    font-size: 1.5rem;
  }
}
#fathersday .benefit > div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #fathersday .benefit > div:nth-of-type(2) {
    gap: 2rem;
  }
}
#fathersday .benefit > div:nth-of-type(2) > div {
  width: 48%;
}
@media screen and (max-width: 560px) {
  #fathersday .benefit > div:nth-of-type(2) > div:nth-of-type(1) {
    margin-top: 6rem;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  #fathersday .benefit > div:nth-of-type(2) > div:nth-of-type(2) {
    margin-top: 4rem;
    width: 100%;
  }
}
#fathersday .benefit > div > .benefit-card {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 560px) {
  #fathersday .benefit > div > .benefit-card {
    margin-top: 4rem;
  }
}
#fathersday .benefit > div > span {
  display: block;
  margin: 2rem;
  text-align: center;
}
#fathersday .benefit > div > span a:hover {
  color: #3c3c3c;
  background-color: #fff;
  opacity: 1;
}
#fathersday .benefit > div > span a span {
  display: inline-block;
}
#fathersday .benefit .benefit-card {
  background: #fff;
  margin-top: 6rem;
  border-radius: 1rem;
  padding: 1rem;
}
@media screen and (max-width: 560px) {
  #fathersday .benefit .benefit-card {
    margin-top: 6rem;
  }
}
#fathersday .benefit .benefit-card h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #3e6e97;
  position: relative;
  margin: 0.6rem 0 1rem;
  padding: 3rem 2rem 0 2.5rem;
}
@media screen and (max-width: 500px) {
  #fathersday .benefit .benefit-card h3 {
    padding: 2rem 4rem 0 2.5rem;
    font-size: 2rem;
    margin: 1rem 0 0;
  }
}
#fathersday .benefit .benefit-card h3 strong span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #d5a41c;
}
@media screen and (max-width: 500px) {
  #fathersday .benefit .benefit-card h3 strong span {
    font-size: 2rem;
  }
}
#fathersday .benefit .benefit-card h3 strong span span {
  font-weight: 700;
}
#fathersday .benefit .benefit-card h3 font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #3e6e97;
  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;
}
@media screen and (max-width: 500px) {
  #fathersday .benefit .benefit-card h3 font {
    width: 6rem;
    height: 6rem;
    top: -5.5rem;
    left: 0.5rem;
    font-size: 1.4rem;
  }
}
#fathersday .benefit .benefit-card h3 font::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 0.5rem transparent;
  border-left: solid 1rem #3e6e97;
  border-right: solid 1rem transparent;
  position: absolute;
  right: -0.5rem;
  bottom: -0.3rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 500px) {
  #fathersday .benefit .benefit-card h3 font::after {
    position: absolute;
    right: -0.5rem;
    bottom: -0.3rem;
  }
}
#fathersday .benefit .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;
}
@media screen and (max-width: 500px) {
  #fathersday .benefit .benefit-card h3 font b {
    font-size: 3.4rem;
  }
}
#fathersday .benefit .benefit-card > div > span {
  display: block;
  width: 85%;
  margin: 1rem auto 0;
  position: relative;
}
#fathersday .benefit .benefit-card p {
  margin: 2rem;
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  #fathersday .benefit .benefit-card p {
    margin: 2rem;
    font-size: 1.4rem;
  }
}
#fathersday .benefit .benefit-card span a {
  display: inline-block;
  color: #fff;
  background-color: #3c3c3c;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 1rem 5rem;
  border-radius: 1.25rem;
  border: solid 3px #3c3c3c;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 500px) {
  #fathersday .benefit .benefit-card span a {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
#fathersday .hayawari {
  background-color: #fffdf8;
}
#fathersday .hayawari h2 {
  margin: 1rem 2rem;
  padding-top: 10rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 840px) {
  #fathersday .hayawari h2 {
    padding-top: 5rem;
  }
}
#fathersday .hayawari h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/matrug/freepage/fathersday/2026/images/fd011.png") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  bottom: 1rem;
  right: 2rem;
}
@media screen and (max-width: 640px) {
  #fathersday .hayawari h2::after {
    width: 45px;
    height: 45px;
    bottom: 1rem;
    right: 0;
  }
}
#fathersday .hayawari h2 span {
  display: inline-block;
  font-size: unset;
  margin-left: unset;
}
#fathersday .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) {
  #fathersday .hayawari h2 > span {
    width: 41%;
    min-width: 200px;
  }
}
#fathersday .hayawari h2 > p {
  display: inline-block;
  position: relative;
  color: #3e6e97;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  padding: 0 5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 840px) {
  #fathersday .hayawari h2 > p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  #fathersday .hayawari h2 > p {
    font-size: 1.6rem;
  }
}
#fathersday .hayawari h2 > p::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 2rem;
  background: #3e6e97;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#fathersday .hayawari h2 > p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 2rem;
  background: #3e6e97;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#fathersday .hayawari h2 > strong {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  color: #3e6e97;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 7rem 0.5rem;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 840px) {
  #fathersday .hayawari h2 > strong {
    font-size: 2.6rem;
    padding: 0 3.5rem 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  #fathersday .hayawari h2 > strong {
    font-size: 2.2rem;
  }
}
#fathersday .hayawari h2 > strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #3e6e97;
  position: absolute;
  bottom: 0;
  left: 0;
}
#fathersday .hayawari > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#fathersday .item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.35rem;
  margin: 5rem 1rem 0;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #fathersday .item1 {
    width: 90%;
  }
  #fathersday .item1 > a {
    margin: 0;
    min-width: unset;
  }
}
#fathersday .item1 a {
  margin: 2rem 0;
}
#fathersday .item1 > div img {
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
#fathersday .item1 .item_flex img {
  min-width: 130px;
}
@media screen and (max-width: 768px) {
  #fathersday .item1 .item_flex img {
    min-width: 200px;
  }
}
@media screen and (max-width: 500px) {
  #fathersday .item1 .item_flex img {
    min-width: 110px;
  }
}
#fathersday .item1 .item_flex .item_description {
  min-width: 0;
}
#fathersday .item1 .item_flex .item_description h3 {
  display: inline-block;
  margin: 0;
  padding-top: 1.5rem;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  word-break: break-word;
  overflow-wrap: anywhere;
  letter-spacing: 0.1em;
  color: #3c3c3c;
  font-weight: 700;
}
#fathersday .item1 .item_flex .item_description p {
  margin: 1rem 0 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  word-break: break-word;
  overflow-wrap: anywhere;
}
#fathersday .item2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #fathersday .item2 {
    width: 90%;
  }
}
#fathersday .item2 > a {
  margin: 2rem 0;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #fathersday .item2 > a {
    width: 100%;
  }
}
#fathersday .item2 > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #fathersday .item2 > div {
    width: 100%;
  }
}
#fathersday .item2 > div .item_flex .item_description h3 {
  display: inline-block;
  margin: 1rem 0;
  padding-top: 1.5rem;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  word-break: break-word;
  overflow-wrap: anywhere;
  letter-spacing: 0.1em;
  color: #3c3c3c;
  font-weight: 700;
}
#fathersday .item2 > div .item_flex .item_description p {
  margin: 1rem 0 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  word-break: break-word;
  overflow-wrap: anywhere;
}
#fathersday [class^=item] > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
#fathersday [class^=item] > [class^=review] {
  margin: 3rem 0;
  padding: 2rem 4rem 3rem 4rem;
  border: 2px solid #dfbe63;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 500px) {
  #fathersday [class^=item] > [class^=review] {
    padding: 2rem 3rem;
    gap: 2rem;
  }
}
#fathersday [class^=item] > [class^=review] > div {
  display: unset;
  margin-bottom: 0;
}
#fathersday .item_label {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#fathersday .item_label span {
  display: block;
  padding: 0.3rem 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #038cb7;
  background-color: #fff;
  border: #038cb7 2px solid;
  border-radius: 3rem;
}
@media screen and (max-width: 500px) {
  #fathersday .item_label span {
    font-size: 1.5rem;
  }
}
#fathersday .item_label span:last-child {
  color: #fff;
  background-color: #038cb7;
  border: #038cb7 2px solid;
}
#fathersday .item_price {
  gap: 2rem;
  margin-top: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
}
#fathersday .item_price p {
  word-break: keep-all;
  overflow-wrap: break-word;
  font-family: "Noto Serif JP", serif;
}
#fathersday .item_price p:nth-of-type(1) strong {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
}
#fathersday .item_price p:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  color: #038cb7;
}
#fathersday .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: #038cb7;
}
#fathersday .item_button {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #3e6e97;
  border-radius: 0.4rem;
}
@media screen and (max-width: 500px) {
  #fathersday .item_button span {
    font-size: 1.7rem;
  }
}
#fathersday .item_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 1rem;
  color: #fff;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  #fathersday .item_button a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  #fathersday [class^=review] > span {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  #fathersday [class^=review] > span {
    width: 35%;
    margin: 1rem 0 0;
  }
}
#fathersday [class^=review] > span img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fathersday [class^=review] > div {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  #fathersday [class^=review] > div {
    width: 100%;
  }
}
#fathersday .review1 > span {
  width: 20%;
  margin: 1rem 0 0;
}
@media screen and (max-width: 768px) {
  #fathersday .review1 > span {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  #fathersday .review1 > span {
    width: 35%;
    margin: 1rem 0 0;
  }
}
#fathersday .review1 > span img {
  width: 100%;
}
#fathersday .review1 > div {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #fathersday .review1 > div {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  #fathersday .review1 > div {
    width: 100%;
  }
}
#fathersday .review2 > span {
  width: 45%;
  margin: 1rem 0 0;
}
@media screen and (max-width: 768px) {
  #fathersday .review2 > span {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  #fathersday .review2 > span {
    width: 35%;
    margin: 1rem 0 0;
  }
}
#fathersday .review2 > span img {
  width: 100%;
}
#fathersday .review2 > div {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fathersday .review2 > div {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  #fathersday .review2 > div {
    width: 100%;
  }
}
#fathersday .review_stars {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #dfbe63;
  margin: 1rem 0;
}
#fathersday .review_title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
}
#fathersday .review_text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#fathersday .misc_goods {
  margin: 5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#fathersday .misc_goods h2 {
  text-align: center;
  margin: 0 2rem;
  width: 100%;
}
#fathersday .misc_goods h2 span {
  display: inline-block;
  font-size: unset;
  margin-left: unset;
}
#fathersday .misc_goods h2 p {
  display: inline-block;
  position: relative;
  color: #3e6e97;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 3rem 0 0;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  #fathersday .misc_goods h2 p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  #fathersday .misc_goods h2 p {
    font-size: 1.6rem;
  }
}
#fathersday .misc_goods h2 p::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3e6e97;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#fathersday .misc_goods h2 p::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3e6e97;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#fathersday .misc_goods h2 strong {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  color: #3e6e97;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 7rem 0.5rem;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #fathersday .misc_goods h2 strong {
    font-size: 2.6rem;
    padding: 0 3.5rem 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  #fathersday .misc_goods h2 strong {
    font-size: 2.2rem;
  }
}
#fathersday .misc_goods h2 strong::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #3e6e97;
}
#fathersday .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;
}
@media screen and (max-width: 768px) {
  #fathersday .misc_goods > a {
    width: 48%;
  }
}
#fathersday .misc_goods > a img {
  margin-bottom: 1rem;
}
#fathersday .wrapping {
  margin: 3rem 0;
  padding: 1rem;
  text-align: center;
}
#fathersday .wrapping img:nth-of-type(2) {
  width: 30%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #fathersday .wrapping img:nth-of-type(2) {
    width: 60%;
    margin-bottom: 2rem;
  }
}
#fathersday .wrapping h2 {
  margin: 2rem 0;
  color: #3e6e97;
  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;
}
#fathersday .wrapping > p:nth-of-type(1) {
  color: #060505;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem auto;
  text-align: center;
  text-decoration: underline;
}
#fathersday .wrapping > p:nth-of-type(1) > span {
  color: #e84c4c;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline;
}
#fathersday .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  #fathersday .wrapping > p:nth-of-type(2) {
    padding: 0;
  }
}
#fathersday .wrapping > p:nth-of-type(2) > span {
  color: #e84c4c;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem auto;
}
#fathersday .wrapping > p:nth-of-type(3) {
  color: #060505;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 1rem auto;
  text-align: center;
}
#fathersday .wrapping > span {
  display: block;
  width: 85%;
  margin: 2rem auto;
}
#fathersday .wrapping > span:nth-of-type(1) {
  width: 100%;
}
#fathersday .wrapping > span:nth-of-type(2) {
  width: 45%;
}
@media screen and (max-width: 500px) {
  #fathersday .wrapping > span:nth-of-type(2) {
    width: 60%;
  }
}
#fathersday .wrapping > span:nth-of-type(4) {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fathersday .wrapping > div span {
    width: 95%;
  }
}
#fathersday .calendar {
  background-color: #5b949a;
  margin: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}
#fathersday .calendar h2 {
  margin: 3rem 2rem 0;
  color: #fff;
  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;
}
@media screen and (max-width: 500px) {
  #fathersday .calendar h2 {
    font-size: 2.2rem;
  }
}
#fathersday .calendar h2 strong {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  #fathersday .calendar h2 strong {
    font-size: 2.4rem;
  }
}
#fathersday .calendar p {
  margin: 3.25rem 2rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  #fathersday .calendar p {
    font-size: 1.5rem;
  }
}
#fathersday .calendar p strong {
  text-align: center;
  color: #e84c4c;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  #fathersday .calendar p strong {
    font-size: 1.5rem;
  }
}
#fathersday .calendar p span {
  display: inline-block;
}
#fathersday .calendar > span {
  margin: 2.75rem auto 5rem;
  width: 90%;
  display: block;
}
#fathersday .service {
  margin: 0;
  padding: 3rem;
  background-color: #fffce6;
}
#fathersday .service h2 {
  width: 90%;
  max-width: 600px;
  margin: 2rem auto 0;
}
#fathersday .service ul {
  margin: 4rem 0 0;
  padding: 0;
}
#fathersday .service ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 500px) {
  #fathersday .service ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 2rem 0;
  }
}
#fathersday .service ul li::before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  background: url(https://gigaplus.makeshop.jp/matrug/freepage/fathersday/2026/images/fd061.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #fathersday .service ul li::before {
    width: 8rem;
    height: 8rem;
  }
}
#fathersday .service ul li div {
  width: 85%;
}
@media screen and (max-width: 768px) {
  #fathersday .service ul li div {
    width: 80%;
  }
}
#fathersday .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: #3e6e97;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#fathersday .service ul li div p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #3b3c3c;
}
#fathersday .service ul li div p strong {
  font-weight: 500;
  color: #ff1b45;
}
#fathersday .column {
  margin: 5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#fathersday .column h2 {
  text-align: center;
  margin: 0 2rem;
  width: 100%;
}
#fathersday .column h2 p {
  display: inline-block;
  position: relative;
  color: #3e6e97;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0.3rem 5rem;
}
@media screen and (max-width: 768px) {
  #fathersday .column h2 p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  #fathersday .column h2 p {
    font-size: 1.6rem;
  }
}
#fathersday .column h2 p::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3e6e97;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#fathersday .column h2 p::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3e6e97;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#fathersday .column h2 strong {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  color: #3e6e97;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 7rem 0.5rem;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #fathersday .column h2 strong {
    font-size: 2.6rem;
    padding: 0 3.5rem 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  #fathersday .column h2 strong {
    font-size: 2.2rem;
  }
}
#fathersday .column h2 strong::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #3e6e97;
}
#fathersday .column h2 span {
  display: inline-block;
  font-size: unset;
  margin-left: unset;
}
#fathersday .column a {
  width: 43%;
  margin: 4rem 0 5rem;
  color: #1473e6;
  text-decoration: underline;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #fathersday .column a {
    margin: 3rem 0 1rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  #fathersday .column a {
    width: 90%;
    margin: 3.5rem 0 1rem;
    font-size: 1.5rem;
  }
}
#fathersday .column a img {
  margin-bottom: 1.75rem;
}