po *,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: inherit;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

details {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html html {
    scroll-behavior: auto;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  width: 100%;
  max-width: 393px;
  margin: 0 auto;
  overflow-x: hidden;
  color: #444;
}

@media screen and (min-width: 394px) {
  .kanaeru {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  }
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
main {
  padding-bottom: 106px;
  max-width: 100%;
  width: 393px;
}

.header {
  text-align: center;
  padding: 6px 0 7px;
}

.header__logo img {
  max-width: 100%;
  height: auto;
}

.footer__btn {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.footer__btn-common {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 193px;
  height: 56px;
  text-align: center;
  border-radius: 4px;
  position: relative;
}
.footer__btn--line {
  background-color: #00b900;
  padding-right: 28px;
}
.footer__btn--line::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../assets/image/cta/line_arrow.png) no-repeat center/contain;
}
.footer__btn--line:hover {
  opacity: 0.7;
}
.footer__btn--hp {
  background-color: #953059;
  padding-right: 15px;
  line-height: 0.95;
}
.footer__btn--hp::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../assets/image/cta/hp_arrow.png) no-repeat center/contain;
}
.footer__btn--hp:hover {
  opacity: 0.7;
}

.footer__copyright {
  text-align: center;
  padding-block: 13px;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  z-index: 100;
  background-color: #fff;
}
.footer__content {
  max-width: 393px;
  margin: 0 auto;
}

.fv {
  background-image: url(../assets/image/fv/fv_bg.png);
  background-size: cover;
  padding: 17px 0 28px;
}

.fv__title {
  text-align: center;
}

.title-part {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  line-height: 1.6;
  letter-spacing: -1px;
}

.highlighted-top {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.highlight-top-item {
  font-size: 17px;
  font-weight: bold;
  line-height: 0.76;
  background-color: #70c7da;
  color: #fff;
  width: 174px;
  padding-block: 9px 10px;
}

.before-after__container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 19px;
}

.fv__title-sub {
  margin-top: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}
.fv__title-sub::before {
  content: url(../assets/image/fv/fv_left.png);
  vertical-align: middle;
}
.fv__title-sub::after {
  content: url(../assets/image/fv/fv_right.png);
  vertical-align: middle;
}

.highlighted-bottom {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.highlight-bottom-item {
  background-color: #f593aa;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  width: 174px;
  text-align: center;
}

.diet {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.diet__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.17;
  text-align: left;
}
.diet__title span {
  background: linear-gradient(transparent 60%, #fff9a2 40%);
}
.diet__title-span {
  letter-spacing: -2px;
}

.cta {
  padding-top: 32px;
  padding-bottom: 30px;
  background-image: url(../assets/image/cta/cta_bg.png);
}
.cta__inner {
  text-align: center;
}

.ribbon {
  display: inline-block;
  position: relative;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 50px;
  font-size: 28px;
  background: #70c7da;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.ribbon:before,
.ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.cta__img {
  padding-top: 28px;
}

.cta__diet {
  justify-content: center;
  gap: 11px;
}

.box-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-top: 7px;
}

.box-row {
  display: flex;
  gap: 7px;
}

.box {
  width: 166px;
  border: 1px solid #d9d9d9;
  background: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.87;
  text-align: center;
  white-space: nowrap;
}

.first-limited {
  margin: 18px 21px 0;
  border-bottom: 2px solid #fb7d9b;
  padding-bottom: 10px;
}

.first-limited__title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fb7d9b;
}
.first-limited__title::before, .first-limited__title::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #fb7d9b;
}
.first-limited__title::before {
  margin-right: 7px;
}
.first-limited__title::after {
  margin-left: 7px;
}

.cta__btn {
  margin-top: 30px;
}
.cta__btn .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 2px;
  padding-right: 23px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  width: 310px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
}
.cta__btn .btn-line {
  background-color: #00b900;
  margin-bottom: 10px;
}
.cta__btn .btn-line ::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 24px;
  height: 24px;
  background: url(../assets/image/cta/line_arrow.png) no-repeat center/contain;
}
.cta__btn .btn-line:hover {
  opacity: 0.7;
}
.cta__btn .btn-hp {
  background-color: #953059;
}
.cta__btn .btn-hp ::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 24px;
  height: 24px;
  background: url(../assets/image/cta/hp_arrow.png) no-repeat center/contain;
}
.cta__btn .btn-hp:hover {
  opacity: 0.7;
}
.cta__btn-span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.diet__title__cta {
  line-height: 1.35;
}
.diet__title__cta-span {
  letter-spacing: -2px;
}

.period {
  background-color: #eaeaea;
}
.period__inner {
  padding: 35px 20px;
}
.period__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.61;
  text-align: center;
  background: linear-gradient(transparent 60%, #a1d6e6 40%);
}
@media (max-width: 378px) {
  .period__title {
    font-size: 24px;
  }
}
.period__img {
  margin-top: 26px;
}
.period__img-item {
  margin-top: -8px;
}

.for-you {
  margin-bottom: 34px;
}
.for-you__top {
  background-image: url(../assets/image/for-you/zigzag.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 28px 18px 47px;
}
.for-you__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.42;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.for-you__title-dot {
  color: #fef679;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 5px;
  text-underline-offset: 10px;
}
@media (max-width: 376px) {
  .for-you__title-dot {
    font-size: 19px;
  }
}
.for-you__subtitle {
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.57;
  text-align: center;
  margin-top: 30px;
}
.for-you__subtitle-pink {
  color: #fff;
  background-color: #f593aa;
  padding: 5px 8px;
}

.diet__title__for-you {
  font-size: 25px;
}

.video {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  margin-inline: auto;
  background-color: #d9d9d9;
  margin-top: 20px;
}

.diet-intro {
  text-align: center;
}
.diet-intro__title {
  display: inline-block;
  margin-top: 34px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.6;
  background: linear-gradient(transparent 60%, #fff9a2 40%);
}
.diet-intro img {
  margin-top: 8px;
}
.diet-intro__text {
  font-size: 16px;
  line-height: 1.6;
  margin-inline: 35px;
  margin-top: 10px;
  text-align: left;
}

.for-you__label {
  display: flex;
  gap: 10px;
}

.for-you__cta__diet {
  margin-top: 2px;
}

.reasons {
  background-color: #fbebf1;
  padding-top: 30px;
  padding-bottom: 40px;
}
.reasons__inner {
  padding-inline: 16px;
}
.reasons__title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.59;
}
.reasons__title-pink {
  background-color: #f593aa;
  color: #fff;
  display: inline-block;
  width: 170px;
  margin-top: 7px;
}
.reasons__title-yellow {
  font-size: 33px;
  letter-spacing: -1px;
  background: linear-gradient(transparent 60%, #fff9a2 40%);
}
@media (max-width: 391px) {
  .reasons__title-yellow {
    font-size: 28px;
  }
}

.reasons__warp {
  background-color: #fff;
  padding-block: 30px;
  text-align: center;
  border: 1px solid #444;
  position: relative;
}
.reasons__warp__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  border-bottom: 1px solid #444;
  padding-bottom: 19px;
  padding-inline: 30px;
  margin-bottom: 25px;
}
.reasons__warp__label {
  position: absolute;
  top: -18px;
  left: -1px;
}
.reasons__warp__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  width: 294px;
  padding-top: 20px;
  text-align: left;
  margin: 0 auto;
}

.reasons1 {
  margin-top: 35px;
}
.reasons1__text {
  font-size: 16px;
  line-height: 1.62;
}
.reasons1__img-ear {
  margin-top: 15px;
}
.reasons1__img {
  margin-top: 17px;
  margin-bottom: 20px;
}
.reasons1__img-bottom {
  margin-top: 20px;
}

.reasons2 {
  margin-top: 48px;
}
.reasons2__title {
  padding-inline: 20px;
  margin-bottom: 19px;
}
@media (max-width: 390px) {
  .reasons2__title {
    font-size: 20px;
  }
}

.reasons3 {
  margin-top: 48px;
  padding-block: 30px 29px;
}
.reasons3__title {
  margin-bottom: 19px;
}
@media (max-width: 390px) {
  .reasons3__title {
    font-size: 20px;
  }
}

.reasons__text-yellow {
  background: linear-gradient(transparent 60%, #fff9a2 40%);
}

.before-after {
  text-align: center;
}
.before-after__inner {
  margin-inline: 35px;
  margin-block: 37px 40px;
}
.before-after __title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.36;
}

.figure1 {
  margin-top: 27px;
}

.caption {
  font-size: 18px;
  line-height: 1.61;
  padding-top: 12px;
}

.before-after__label {
  display: flex;
  gap: 10px;
  padding-top: 8px;
}

.figure2 {
  margin-top: 50px;
}

.figure3 {
  margin-top: 50px;
}

.calender {
  background-color: #fac9d4;
}
.calender__inner {
  padding: 15px;
}
.calender__wrap {
  background: #fff;
  padding: 20px;
  text-align: center;
}
.calender__title__label {
  display: flex;
  gap: 10px;
}
.calender__title__text {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.5px;
}
@media (max-width: 387px) {
  .calender__title__text {
    font-size: 32px;
  }
}
.calender__title__text small {
  font-size: 28px;
}

.schedule {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -3px;
  color: #f16d8c;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 5px;
  text-underline-offset: 10px;
}
@media (max-width: 386px) {
  .schedule {
    font-size: 30px;
  }
}

.calender__intro p {
  font-size: 16px;
  line-height: 1.62;
  padding-top: 20px;
}
.calender__intro p:first-child {
  padding-top: 30px;
}
.calender__intro-img {
  margin-top: -10px;
}

.Recommended-yellow {
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff9a2 40%);
}

.calender__img {
  padding-top: 20px;
}

.benefit {
  background-color: #fbebf1;
  padding-block: 40px;
}
.benefit__inner {
  margin-inline: 20px;
}
.benefit__test {
  letter-spacing: 0.3px;
}

.benefit1 {
  margin-top: 37px;
  padding-bottom: 10px;
}
.benefit1__title {
  padding-bottom: 12px;
}

.benefit2 {
  margin-top: 47px;
  padding-bottom: 35px;
}
.benefit2__title {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.benefit3 {
  margin-top: 49px;
  padding-bottom: 35px;
}
.benefit3__title {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.voice {
  background-image: url(../assets/image/voice/voice_bg.png);
  text-align: center;
}
.voice__inner {
  padding: 29px 50px 40px;
}
.voice__title {
  text-align: center;
}
.voice__title-jp {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
}
.voice__title-en {
  font-family: "Roboto";
  font-size: 18px;
  color: #cccccc;
  display: inline-flex;
  align-items: center;
  padding-top: 7px;
}
.voice__title-en::before, .voice__title-en::after {
  content: "";
  height: 1px;
  width: 50px;
  background-color: #cccccc;
}
.voice__title-en::before {
  margin-right: 7px;
}
.voice__title-en::after {
  margin-left: 7px;
}
.voice__text {
  margin-top: 20px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background-color: #fff;
}
.voice__text p {
  font-size: 14px;
  text-align: left;
}
.voice__text-title {
  margin-bottom: 20px;
  font-size: 22px;
}

.voice1 {
  margin-top: 24px;
}
.voice1__text {
  padding: 17px 20px;
}

.voice2 {
  margin-top: 50px;
}
.voice2__text {
  padding: 26px 20px;
}

.access {
  background-color: #f3f3f3;
}
.access__inner {
  padding: 40px 50px 30px;
}
.access__img {
  padding-top: 15px;
}

.map__wrapper {
  padding-top: 20px;
}

.info-list {
  padding-top: 13px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  font-size: 13px;
}
@media (max-width: 385px) {
  .info-item--time {
    font-size: 12px;
  }
}
.info-item dt {
  min-width: 45px;
  margin-right: 14px;
  border-left: 8px solid #f593aa;
  color: #333;
}
.info-item dd {
  margin: 0;
  color: #444;
  line-height: 1.6;
}

.flow {
  background-color: #ddf2f6;
}
.flow__inner {
  padding: 28px 20px 40px;
}
.flow__title {
  text-align: center;
}
.flow__title-jp {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.23;
}
.flow__title-en {
  font-family: "Roboto";
  font-size: 18px;
  color: #70c7da;
  display: inline-flex;
  align-items: center;
  padding-top: 7px;
}
.flow__title-en::before, .flow__title-en::after {
  content: "";
  height: 1px;
  width: 70px;
  background-color: #70c7da;
}
.flow__title-en::before {
  margin-right: 7px;
}
.flow__title-en::after {
  margin-left: 7px;
}

.step__wrap {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 43px;
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}

.step__text {
  font-size: 16px;
  line-height: 1.62;
  padding-top: 20px;
  text-align: left;
}
.step__text:first-child {
  padding-top: 30px;
}
.step__text1 {
  text-align: center;
  padding-top: 32px;
}

.Precautions {
  font-size: 13px;
  line-height: 1.61;
  padding-top: 10px;
  text-align: left;
}

.step__inner {
  padding-inline: 29px;
}

.step__label {
  display: inline-block;
  font-family: "Roboto";
  font-size: 28px;
  line-height: 0.7;
  letter-spacing: 0.3px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #70c7da;
  padding: 12px 21px;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flow__step__title {
  padding-top: 45px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
}

.flow__step__img {
  padding-top: 18px;
}
.flow__step__img:first-child {
  padding-top: 20px;
}

.step-cta {
  margin-top: 20px;
}

.step2 {
  margin-top: 51px;
}

.step3 {
  margin-top: 49px;
}

.step4 {
  margin-top: 48px;
}

.faq__title {
  padding: 30px 40px 0;
}

.faq__content {
  padding-inline: 20px;
  text-align: center;
}
.faq__content:first-child {
  padding-top: 40px;
}

.faq__item {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}
.faq__item:first-child {
  border-top: none;
  padding-top: 40px;
}
.faq__item:last-child {
  padding-bottom: 33px;
}

.faq__row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.faq__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  color: #fff;
  background-color: #f593aa;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq__row--a {
  padding-top: 13px;
}

.faq__text {
  text-align: left;
}
.faq__text--q {
  line-height: 1;
}
.faq__text--a {
  line-height: 1.74;
}

.faq__item1 {
  padding-bottom: 25px;
}

.faq__row--a1 {
  padding-top: 7px;
}

.faq__item2 {
  padding-bottom: 23px;
}

.faq__item3 {
  padding-bottom: 22px;
}

.faq__item4 {
  padding-bottom: 21px;
}/*# sourceMappingURL=style.css.map */