@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap");
main {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ ゴシック", sans-serif;
  background: #fff;
  color: #5c5c5c;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.sp {
  display: none;
}
.pc {
  display: block;
}

h2 {
  text-align: center;
  font-size: 17px;
  margin-bottom: 16px;
  font-weight: 500;
}

.icon-head {
  text-align: center;
  margin-bottom: 5px;
}

.main_visual {
  width: 100%;
}
.gift-content {
  padding: 20px 0;
}
.gift-content .about-section {
  padding: 0 0 20px;
  text-align: center;
}
.gift-content .about-section .english_title {
  margin: 30px auto 0;
  text-align: center;
  font-size: 14px;
}
.gift-content .about-section h3 {
  margin: 10px auto 26px;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
.gift-content .about-section img.about_image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 880px;
}
.gift-content .about-section p {
  padding: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  display: inline-block;
  margin: 0 auto;
  max-width: 600px;
}
.gift-content .about-section p b {
  font-weight: 600;
}
.gift-content .about-section span {
  color: #bf7d78;
  font-weight: 600;
}
.gift-content .merit-section {
  padding: 20px 20px 40px;
  background: #f3eee0;
}
.gift-content .merit-section .english_title {
  margin: 30px auto 0;
  text-align: center;
  font-size: 14px;
}
.gift-content .merit-section h3 {
  margin: 10px auto 26px;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
.gift-content .merit-section .merit {
  max-width: 800px;
  padding: 20px 0 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gift-content .merit-section .merit .merit_image {
  text-align: center;
  margin: 20px auto;
  width: 25%;
}
.gift-content .merit-section .merit .merit_text {
  margin: 20px auto;
  width: 70%;
  max-width: 500px;
}
.gift-content .merit-section .merit h4 {
  margin: 0 auto 10px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px;
  border-bottom: dashed 2px #333;
  display: flex;
  color: #5c5c5c;
  align-items: center;
}
.gift-content .merit-section .merit h4 span {
  margin: 0 0 0 20px;
  display: block;
}
.gift-content .merit-section .merit h4 img {
  width: 60px;
}
.gift-content .merit-section .merit p {
  margin: 20px auto;
  font-size: 13px;
}
.gift-content .merit-section .merit p span {
  color: #bf7d78;
  font-weight: 600;
}
.gift-content .gifts-section {
  background: rgba(152, 188, 168, 0.56);
  background-image: url("../images/gift/flag.svg");
  background-repeat: repeat-x;
  background-size: 300px auto;
  background-position-y: 30px;
  padding: 40px 20px 20px;
}
.gift-content .gifts-section .english_title {
  margin: 30px auto 0;
  text-align: center;
  font-size: 14px;
}
.gift-content .gifts-section h3 {
  color: #fff;
  margin: 10px auto 26px;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
.gift-content .gifts-section p {
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
  font-size: 12px;
  font-weight: 500;
}
.gift-content .gifts-section .gifts {
  display: flex;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto 20px;
  flex-flow: wrap;
}
.gift-content .gifts-section .gifts .gift {
  padding-top: 150px;
  width: 150px;
  margin: 10px;
  background-size: cover;
  border-radius: 10px;
  background-position: bottom center;
}
.gift-content .flow-section {
  background-image: url("../images/gift/flow_background.jpg");
  background-size: cover;
  background-position: center center;
  padding: 20px 20px;
}
.gift-content .flow-section .english_title {
  margin: 30px auto 0;
  text-align: center;
  font-size: 14px;
}
.gift-content .flow-section h3 {
  color: #bf7d78;
  margin: 10px auto 26px;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
.gift-content .flow-section .flow-content {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.gift-content .flow-section .flow {
  width: 30%;
  margin: 60px auto 0;
  background: #fff;
  box-shadow: 0 3px 6px #ccc;
  border-radius: 10px;
  background: #fff;
  position: relative;
}
.gift-content .flow-section .flow img {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 200px;
}
.gift-content .flow-section .flow h4 {
  padding: 130px 0 15px;
  text-align: center;
  font-size: 16px;
  margin: 20px 10px 12px;
  font-weight: 600;
  border-bottom: dashed 2px #333;
}
.gift-content .flow-section .flow p {
  padding: 10px 20px;
  margin: 0 auto;
  max-width: 400px;
  font-size: 12px;
  font-weight: 500;
}
.gift-content .flow-section .flow p span {
  font-weight: 600;
  color: #bf7d78;
}
.gift-content .flow-section .flow_button {
  background: #bf7d78;
  border-radius: 50px;
  padding: 20px;
  max-width: 300px;
  color: #fff;
  display: block;
  margin: 60px auto 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 3px 6px #ccc;
  transition: all 0.3s;
}
.gift-content .flow-section .flow_button:hover {
  box-shadow: 0 3px 6px #fff;
  background: #fff;
  color: #bf7d78;
}
.gift-content .attention-section h3.attention-title {
  margin: 30px auto 16px;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}
.gift-content .attention-section p.attention-text {
  padding: 20px;
  margin: 0 auto;
  font-size: 13px;
  max-width: 600px;
}

@media screen and (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .gift-content .about-section p {
    font-size: 13px;
  }

  .gift-content .merit-section .merit {
    display: block;
  }
  .gift-content .merit-section .merit h4 {
    font-size: 14px;
  }
  .gift-content .merit-section .merit .merit_image {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    display: block;
  }
  .gift-content .merit-section .merit .merit_text {
    width: 100%;
  }
  .gift-content .gifts-section .gifts .gift {
    padding-top: 130px;
    width: 130px;
    margin: 5px;
  }
  .gift-content .flow-section .flow-content {
    display: block;
  }
  .gift-content .flow-section .flow {
    margin: 80px auto 0;
    width: 100%;
    max-width: 400px;
  }
  .gift-content .flow-section .flow img {
    width: 160px;
  }
  .gift-content .flow-section .flow h4 {
    padding: 120px 0 15px;
  }
}
