.sp {
  display: block;
}

.pc {
  display: none;
}

.main_wrapper {
  width: 88%;
  max-width: 375px;
  margin: 0 auto;
}

.section-banner_title {
  position: relative;
}
.section-banner_title-pc {
  display: none;
}
.section-banner_title-sp {
  margin-top: 50px;
}
.section-banner h2 {
  position: absolute;
  top: 66px;
  left: 140px;
  font-size: 2.0rem;
  font-weight: 600;
}

.beauty,
.intestinal-activity {
  height: 220px;
  width: 100%;
  margin-top: 30px;
}

.section-banner p {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: justify;
}
.section-banner_explanation {
  height: 807px;
  width: 100%;
  border: 4px solid #d5eacb;
  border-radius: 30px;
  padding: 30px;
  margin: 30px 0;
}
.section-banner_explanation_period {
  font-weight: 600;
  border-bottom: thick double #1b4a8b;
}
.section-banner_explanation_kikan {
  margin-top: 10px;
}
.section-banner_explanation_target {
  font-weight: 600;
  border-bottom: thick double #1b4a8b;
  margin-top: 20px;
}
.section-banner_explanation_konseputo {
  margin-top: 10px;
}
.section-banner_explanation_about {
  font-weight: 600;
  border-bottom: thick double #1b4a8b;
  margin-top: 20px;
}
.section-banner_explanation_kansou {
  margin-top: 10px;
}

@media (min-width: 960px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .main_wrapper {
    width: 80%;
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .section-banner_title {
    position: relative;
  }
  .section-banner_title-sp {
    display: none;
  }
  .section-banner_title-pc {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  .section-banner h2 {
    position: absolute;
    top: 40px;
    left: 430px;
    font-size: 2.4rem;
    font-weight: 600;
  }

  .beauty,
  .intestinal-activity {
    height: 100%;
    width: 100%;
    margin-top: 50px;
  }

  .section-banner p {
    font-size: 1.8rem;
    line-height: 1.8em;
    text-align: justify;
  }
  .section-banner_explanation {
    height: 600px;
    width: 100%;
    border: 4px solid #d5eacb;
    border-radius: 30px;
    padding: 50px;
    margin: 50px 0;
  }
  .section-banner_explanation_period {
    font-weight: 600;
    border-bottom: thick double #1b4a8b;
  }
  .section-banner_explanation_kikan {
    margin-top: 20px;
  }
  .section-banner_explanation_target {
    font-weight: 600;
    border-bottom: thick double #1b4a8b;
    margin-top: 30px;
  }
  .section-banner_explanation_konseputo {
    margin-top: 20px;
  }
  .section-banner_explanation_about {
    font-weight: 600;
    border-bottom: thick double #1b4a8b;
    margin-top: 30px;
  }
  .section-banner_explanation_kansou {
    margin-top: 20px;
  }
}
