html {
  font-size: calc(1000vw / var(--base-width-pc));
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(1000vw / var(--base-width-sp));
  }
}

body {
  line-height: 1.7;
  font-family: var(--font-gothic);
  color: var(--color-main);
  font-feature-settings: "palt";
}

.pageTop {
  padding-top: var(--header-height);
}

.sp-show,
.sp-show-flex {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
  .sp-show-flex {
    display: flex;
  }
  .sp-hide {
    display: none;
  }
}
.tb-show,
.tb-show-flex {
  display: none;
}

@media screen and (max-width: 1000px) {
  .tb-show {
    display: block;
  }
  .tb-show-flex {
    display: flex;
  }
  .tb-hide {
    display: none;
  }
}
.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .inline-block-sp {
    display: inline-block;
  }
}

span {
  font-weight: inherit;
  color: inherit;
}

.-hidden {
  visibility: hidden;
  pointer-events: none;
}

.-none {
  display: none;
}

.sectionWrap {
  width: 100%;
  padding-inline: 22rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap {
    width: 100%;
    padding-inline: clamp(20px, 5.1282051282vw, 80px);
  }
}

.sectionWrap-left {
  width: 100%;
  padding-left: var(--section-padding-pc-maxWidth);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap-left {
    width: 100%;
    padding-left: var(--section-padding-sp);
  }
}

.sectionWrap-right {
  width: 100%;
  padding-right: var(--section-padding-pc-maxWidth);
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap-right {
    width: 100%;
    padding-right: var(--section-padding-sp);
  }
}

.sectionWrap2 {
  width: 100%;
  padding-inline: 22rem;
  margin-inline: auto;
  padding-inline: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2 {
    width: 100%;
    padding-inline: clamp(20px, 5.1282051282vw, 80px);
  }
}

.sectionWrap2-left {
  width: 100%;
  padding-left: var(--section-padding-pc-maxWidth);
  margin-left: auto;
  padding-left: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2-left {
    width: 100%;
    padding-left: var(--section-padding-sp);
  }
}

.sectionWrap2-right {
  width: 100%;
  padding-right: var(--section-padding-pc-maxWidth);
  margin-right: auto;
  padding-right: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2-right {
    width: 100%;
    padding-right: var(--section-padding-sp);
  }
}

.font-21 {
  font-size: 2.1rem;
}

.font-24 {
  font-size: 2.4rem;
}

.font-29 {
  font-size: 2.9rem;
}

.font-32 {
  font-size: 3.2rem;
}

.font-36 {
  font-size: 3.6rem;
}

.font-50 {
  font-size: 5rem;
}

.font-60 {
  font-size: 6rem;
}

.font-gothic {
  font-family: var(--font-gothic) !important;
}

.font-marcellus {
  font-family: var(--font-marcellus) !important;
}

.font-mincho {
  font-family: var(--font-mincho) !important;
}

.btn {
  text-decoration: none;
  color: var(--color-brown);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 999px;
  border: solid 0.1rem var(--color-brown);
  padding: 1.5rem 8.1rem;
  transition: all 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn {
    display: block;
    margin-inline: auto;
  }
}
@media screen and (max-width: 400px) {
  .btn {
    width: 100%;
    max-width: 320px;
    font-size: 2.4rem;
  }
}
.btn:hover {
  color: white;
  background-color: var(--color-brown);
}
.btn.-cream {
  background-color: var(--color-cream);
  color: white;
  border-color: var(--color-cream);
}
.btn.-cream:hover {
  color: var(--color-cream);
  background-color: white;
}
.FV {
  margin-bottom: 13.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .FV {
    margin-bottom: 5.4rem;
  }
}
.FV_texts {
  position: absolute;
  top: 0;
  top: 9.62rem;
  right: 3rem;
  color: var(--color-brown);
  line-height: 1.3653846154;
}
@media screen and (max-width: 768px) {
  .FV_texts {
    top: initial;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 2.15rem;
  }
}
.FV_title {
  font-size: 4.8rem;
  margin-bottom: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.3653846154;
  font-family: var(--font-mincho);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .FV_title {
    font-size: 3.4rem;
    margin-bottom: 2rem;
  }
}
.FV_text0 {
  font-size: 3.6rem;
  font-weight: bold;
  font-family: var(--font-mincho);
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .FV_text0 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.FV_text1 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .FV_text1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .FV_text1 .text-middle {
    font-size: 3.2rem;
  }
}
.FV_text1 .text-big {
  font-size: 3.2rem;
  font-family: var(--font-marcellus);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .FV_text1 .text-big {
    font-size: 4.2rem;
  }
}
.FV_back {
  width: 100%;
}
.howToUse {
  margin-bottom: 13.96rem;
}
@media screen and (max-width: 768px) {
  .howToUse {
    margin-bottom: 5.97rem;
  }
}
.howToUse_title {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: bold;
  font-family: var(--font-marcellus);
  color: var(--color-brown);
  margin-bottom: 8.49rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .howToUse_title {
    margin-bottom: 5rem;
    font-size: 3.8rem;
  }
}
.howToUse_steps {
  margin-bottom: 4.2rem;
}
.howToUse_steps_title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.75;
  line-height: 1;
  color: var(--color-cream);
  text-align: center;
  margin-bottom: 6.81rem;
}
@media screen and (max-width: 768px) {
  .howToUse_steps_title {
    font-size: 2.4rem;
  }
}
.howToUse_steps_ul {
  display: flex;
  gap: 6rem 1.8rem;
}
@media screen and (max-width: 768px) {
  .howToUse_steps_ul {
    flex-direction: column;
  }
}
.howToUse_steps_li {
  width: calc((100% - 3.6rem) / 3);
  border: solid 0.1rem var(--color-cream);
  padding: 3.2rem 1rem 1.8rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .howToUse_steps_li {
    width: 100%;
    padding-block: 5rem 3rem;
  }
}
.howToUse_steps_li_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -4.5rem);
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 3rem;
  font-family: var(--font-marcellus);
  line-height: 1.75;
  color: var(--color-cream);
  padding-inline: 1rem;
}
@media screen and (max-width: 768px) {
  .howToUse_steps_li_title {
    font-size: 4rem;
    transform: translate(0, -5.5rem);
    padding-inline: 2rem;
  }
}
.howToUse_steps_li_title_number {
  font-size: 4.5rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .howToUse_steps_li_title_number {
    font-size: 6rem;
  }
}
.howToUse_steps_li_img {
  width: 20rem;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .howToUse_steps_li_img {
    width: 30rem;
  }
}
.howToUse_steps_li_text {
  font-size: 2rem;
  line-height: 1.75;
  color: var(--color-cream);
}
@media screen and (max-width: 768px) {
  .howToUse_steps_li_text {
    font-size: 3rem;
  }
}
.howToUse_dose {
  border: solid 0.1rem var(--color-cream);
  text-align: center;
  position: relative;
  padding: 3.72rem 1rem 2.78rem;
  margin-bottom: 12.9rem;
}
.howToUse_dose_title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-cream);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  background-color: white;
  padding-inline: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.howToUse_dose_text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .howToUse_dose_text {
    font-size: 1.8rem;
  }
}
.howToUse_video_title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-cream);
  text-align: center;
  margin-bottom: 4rem;
}
.howToUse_video_youtube {
  aspect-ratio: 1000/540;
}

.regularly {
  position: relative;
  padding-block: 10.5rem 9.7rem;
}
.regularly_title {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: var(--color-brown);
  line-height: 1;
  font-family: var(--font-mincho);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .regularly_title {
    margin-bottom: 0;
  }
}
.regularly_image {
  margin-inline: auto;
  display: block;
  width: 54.5rem;
}
.regularly_ul {
  display: flex;
  justify-content: center;
  gap: 1rem 1rem;
  color: var(--color-cream);
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .regularly_ul {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .regularly_ul .font-21 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .regularly_ul .font-24 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .regularly_ul .font-29 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .regularly_ul .font-32 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .regularly_ul .font-36 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .regularly_ul .font-50 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .regularly_ul .font-60 {
    font-size: 5rem;
  }
}
.regularly_li {
  border-radius: 99rem;
  border: solid 0.1rem var(--color-cream);
  width: 13rem;
  height: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .regularly_li {
    width: 18rem;
    height: 18rem;
  }
}
.regularly_li span {
  line-height: 1;
  padding-block: 0.2rem;
  font-family: var(--font-mincho);
}
.regularly .btns {
  display: flex;
  justify-content: center;
}
.regularly_back {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.eat {
  margin-bottom: 13.96rem;
}
@media screen and (max-width: 768px) {
  .eat {
    margin-bottom: 5.97rem;
  }
}
.eat_title {
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  color: var(--color-brown);
  font-family: var(--font-mincho);
  text-align: center;
  line-height: 1;
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 768px) {
  .eat_title {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
}
.eat_way_title {
  font-size: 3.2rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  color: var(--color-cream);
  margin-bottom: 4.75rem;
}
@media screen and (max-width: 768px) {
  .eat_way_title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.eat_way_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 13.1rem;
}
.eat_way_li {
  width: calc((100% - 2rem) / 2);
  border: solid 0.1rem var(--color-cream);
}
@media screen and (max-width: 768px) {
  .eat_way_li {
    width: 100%;
  }
}
.eat_way_li_texts {
  padding: 1.8rem 1rem 2.8rem;
  text-align: center;
}
.eat_way_li_title {
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-cream);
  line-height: 1;
  margin-bottom: 0.95rem;
}
.eat_way_li_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-brown);
}
@media screen and (max-width: 768px) {
  .eat_way_li_text {
    font-size: 1.6rem;
    display: block;
    min-height: initial;
  }
}
.eat_video {
  aspect-ratio: 560/315;
}
.eat_video_title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-cream);
  text-align: center;
  margin-bottom: 4rem;
}
.eat_video_youtube {
  aspect-ratio: 1000/540;
}