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

body {
  font-family: "Noto Serif JP", serif;
  color: #333;
}

.main {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main {
    max-width: 375px;
  }
}

section {
  margin: 0;
  padding-top: 1px;
  margin-top: -1px;
}

.pc__bg {
  display: block;
  width: 100svw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero {
  background-image: url("../images/fv.png");
  background-size: cover;
  margin-top: 53px;
}
.hero__content {
  padding: 297px 9px 17px;
  position: relative;
}
.hero__emblem {
  display: block;
  position: absolute;
  top: 253px;
  right: 19px;
  width: 118px;
  height: auto;
  z-index: 1;
}
.hero__top {
  padding: 0 13px;
}
.hero__top p {
  width: 136px;
  padding: 2px 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 4px 6px 0 rgba(129, 160, 255, 0.59);
  color: var(--main-pink, #81a0ff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.5px;
}
.hero__top p:nth-child(2) {
  width: 170px;
  margin: 6px 0 0 39px;
}
.hero__title {
  margin-top: 9px;
  font-size: 6rem;
  color: #586dd3;
  text-shadow: 4px 4px 6px rgba(129, 160, 255, 0.59);
  text-align: center;
  letter-spacing: 3px;
}
.hero__title--sub {
  color: var(--white, #586dd3);
  text-align: center;
  font-family: "Marcellus";
  font-size: 2.4rem;
  letter-spacing: 1.45px;
  margin-top: 2px;
}
.hero__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 4px;
  margin: 3px auto 0;
  padding: 0 7px;
  max-width: 357px;
}
.hero__list li {
  border-radius: 15.32px;
  background: var(--Linear, linear-gradient(90deg, #8ebfff 1.54%, #a49aff 99.64%));
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  line-height: 160%;
  padding: 1px 9px;
}
.hero__bottom {
  width: 357px;
  margin: 10px auto 0;
  padding: 0px 0px 5px;
  border-radius: 10px;
  background: #fff;
  color: #fff;
}
.hero__bottom--title {
  border-radius: 10px 10px 0 0;
  background: var(--81-a-0-ff, #81a0ff);
  text-align: center;
  padding: 4px 0;
  font-family: "Noto Serif JP";
  font-size: 1.8rem;
  font-weight: 500;
}
.hero__bottom--info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  gap: 4px;
}
.hero__bottom--img {
  display: block;
  width: 14px;
}
.hero__bottom--desc {
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  line-height: 140%;
  text-align: center;
  color: #fd518e;
}
.hero__bottom--price {
  display: flex;
  align-items: center;
  padding: 8px 24px;
  margin: 8px 46px;
  border-radius: var(---spaceh, 4px);
  background: var(--Linear, linear-gradient(270deg, #ff7ac1 0%, #ff73b0 50%, #ffc0e0 100%));
}
.hero__bottom--price span {
  display: block;
}
.hero__bottom--price span:nth-child(1) {
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  position: relative;
  font-weight: 400;
  left: 15px;
}
.hero__bottom--price span:nth-child(1)::before {
  top: -5px;
  content: "";
  position: absolute;
  left: -14px;
  right: 0;
  height: 1px;
  width: 56px;
  background-color: #fff;
}
.hero__bottom--price span:nth-child(1)::after {
  bottom: -5px;
  content: "";
  position: absolute;
  left: -14px;
  right: 0;
  height: 1px;
  width: 56px;
  background-color: #fff;
}
.hero__bottom--price span:nth-child(2) {
  font-size: 3rem;
  margin-left: 37px;
  letter-spacing: -1px;
}
.hero__bottom--price span:nth-child(3) {
  font-size: 1.6rem;
  margin-left: 7px;
}
.hero__bottom--price span:nth-child(4) {
  font-family: "Noto Sans JP";
  font-size: 1rem;
  margin-top: auto;
  margin-bottom: 9px;
  font-weight: 600;
  position: relative;
  left: 2px;
}

.introduction {
  padding: 10px 0 40px;
  background-color: #fff;
  font-family: "Noto Sans JP";
}
.introduction__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 15px 0 18px;
}
.introduction__breadcrumb--item {
  font-size: 1.2rem;
}
.introduction__breadcrumb--item:first-child {
  cursor: pointer;
  color: #bda75d;
}
.introduction__breadcrumb--item:first-child:hover {
  opacity: 0.7;
}
.introduction__breadcrumb--item:last-child {
  position: relative;
  left: -2px;
}
.introduction__title {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  border-radius: 30px;
  background: #7892e8;
  margin: 28px 20px 0;
  line-height: 3.7rem;
  letter-spacing: 1px;
}
.introduction__top {
  margin: 16px 20px;
}
.introduction__top--img {
  display: block;
  width: 100%;
  height: auto;
}
.introduction__top--desc {
  font-family: "Noto Serif JP";
  font-size: 1.8rem;
  margin-top: 8px;
  text-align: center;
  font-weight: 700;
}
.introduction__desc {
  margin-top: 23px;
  color: var(--fd-518-e, #fd518e);
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.introduction__desc--sub {
  color: #333;
  font-family: "Noto Sans";
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
  margin-top: 9px;
}
.introduction__image-wrapper {
  margin: 9px 30px 0 30px;
}
.introduction__image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.introduction__image-wrapper p {
  margin: 4px auto 0;
  width: 102px;
  border-radius: 30px;
  background: var(--fd-518-e, #afb1b9);
  padding: 4px 0px;
  color: var(--white, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.65px;
}
.introduction__image-wrapper.double {
  margin-top: 5px;
}
.introduction__image-wrapper.double p {
  width: 157px;
  background: var(--fd-518-e, #fd518e);
  color: var(--white, #fff);
}
.introduction__desc--bottom--top {
  margin-top: 15px;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 150%;
}
.introduction__desc--bottom--middle {
  margin-top: 7px;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.3rem;
}
.introduction__desc--bottom--third {
  display: block;
  margin-top: 22px;
  color: #3502ff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.miradry {
  padding: 56px 0 56px;
  background: url(../images/miradry/miradry_bg_sp.png) no-repeat;
  background-size: cover;
}
.miradry__title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #586dd3;
  line-height: 130%;
  text-align: center;
  margin: 0 40px;
}
.miradry__image {
  width: 100%;
  height: auto;
  margin-top: 8px;
}
.miradry__text {
  font-size: 1.5rem;
  line-height: 160%;
  margin-top: 64px;
  padding: 0 40px;
  font-family: "Noto Sans JP";
}
.miradry__recommend {
  margin: 64px 22px 0;
  border-radius: 10px;
  background: #fff;
  padding: 21px 32px;
  font-family: "Noto Sans JP";
}
.miradry__recommend--title {
  width: 267px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 1.6rem;
  letter-spacing: 0.84px;
  background: linear-gradient(270deg, #ffbbe7 0%, #ffb1ca 50%, #ffe1ec 100%);
  margin: 0 auto;
}
.miradry__recommend--list {
  margin-top: 25px;
}
.miradry__recommend--list li {
  margin-top: 10px;
  color: #333;
  position: relative;
  padding-left: 1.7rem;
  font-size: 1.4rem;
  line-height: 160%;
}
.miradry__recommend--list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../images/check.png");
  background-size: cover;
}

.charm {
  padding: 58px 0 56px;
  background: url("../images/charm/merit_bg_sp.png") no-repeat;
  background-position: top;
  background-size: cover;
}
.charm__sub-title {
  text-align: center;
  font-family: "Marcellus";
  font-size: 1.4rem;
  letter-spacing: 2.8px;
}
.charm__title {
  text-align: center;
  font-size: 3.2rem;
  margin-top: 8px;
}
.charm__content {
  margin: 40px 20px 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 4px 4px 20px 0 rgba(0, 109, 198, 0.25);
  position: relative;
  padding: 20px;
  font-family: "Noto Sans JP";
}
.charm__content.first {
  margin-top: 45px;
}
.charm__content--icon {
  position: absolute;
  top: -32px;
  left: -20px;
}
.charm__content--title {
  color: #fd518e;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 150%;
}
.charm__content--desc {
  margin-top: 12px;
  font-size: 1.5rem;
  line-height: 155%;
  letter-spacing: -0.2px;
}
.charm__content--desc.no-mt {
  margin-top: 0;
}
.charm__content--desc.small {
  font-size: 1.2rem;
}
.charm__content--img {
  display: block;
  width: 100%;
  margin-top: 17px;
}
.charm__content--video {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 16px;
}
.charm__content--annotation {
  font-size: 1.2rem;
  line-height: 140%;
  margin-top: 16px;
  letter-spacing: -0.2px;
}

.about {
  padding: 58px 20px 56px;
  background: url("../images/about/about_bg_sp.png") no-repeat;
  background-position: top;
  background-size: cover;
}
.about__sub-title--top {
  text-align: center;
  font-family: "Marcellus";
  font-size: 1.4rem;
  letter-spacing: 2.7px;
}
.about__title {
  text-align: center;
  font-size: 3.2rem;
  margin-top: 8px;
}
.about__content {
  max-width: 375px;
  margin: 24px auto 0;
  padding: 24px 20px 24px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.about__text {
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  line-height: 160%;
}
.about__text.pink {
  color: #fd518e;
}
.about__table {
  display: block;
  max-width: 375px;
  width: 100%;
  height: auto;
  margin: 24px auto 0;
}

.report {
  background: linear-gradient(180deg, #c7e8ff 0%, #e7f6ff 100%);
  padding: 54px 20px 56px;
}
.report__sub-title {
  text-align: center;
  font-family: "Marcellus";
  font-size: 1.4rem;
  letter-spacing: 2.7px;
}
.report__title {
  text-align: center;
  font-size: 3.2rem;
  margin-top: 8px;
}
.report__content {
  margin: 24px auto 0;
  padding: 24px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.report__content--title {
  font-size: 1.6rem;
  font-family: "Noto Sans";
  border-radius: 20px;
  color: #fff;
  padding: 1px 0px;
  width: 261px;
  text-align: center;
  margin: 0 auto;
  line-height: 160%;
  background: linear-gradient(90deg, #8ebfff 1.54%, #a49aff 99.64%);
}
.report__content--text {
  font-size: 1.4rem;
  line-height: 160%;
  margin-top: 16px;
  font-family: "Noto Sans JP";
}
.report__content--images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 9px 37px 0;
}
.report__content--images img {
  width: 100%;
  height: auto;
}
.report__content--anno {
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  margin-top: 8px;
  text-align: center;
}

.attention {
  padding: 56px 0;
  background: url("../images/attention/attention_bg_sp.png") no-repeat;
  background-position: top;
  background-size: cover;
}
.attention__title {
  text-align: center;
  font-size: 3.2rem;
  color: #586dd3;
  line-height: 1.6;
}
.attention__title.mt {
  margin-top: 44px;
}
.attention__desc {
  width: 315px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  margin: 16px auto 0;
  font-size: 1.6rem;
  font-family: "Noto Sans";
  color: #333;
  border: 1px solid #333;
}
.attention__list {
  margin: 48px 35px 0;
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.attention__list li {
  padding-left: 20px;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  line-height: 1.4;
  position: relative;
}
.attention__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/pink-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.attention__note {
  width: 337px;
  margin: 26px auto 0;
  padding: 16px 31px;
  background: #fff;
  border-radius: 10px;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  line-height: 1.4;
}
.attention__desc--bottom {
  color: #423ea4;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 31px;
  position: relative;
}
.attention__desc--bottom::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 295px;
  height: 1px;
  background: #423ea4;
}
.attention__desc--bottom::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 295px;
  height: 1px;
  background: #423ea4;
}
.attention__desc--bottom--list {
  margin: 35px auto 0;
  width: 295px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.attention__desc--bottom--list li {
  padding-left: 20px;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  line-height: 1.4;
  position: relative;
}
.attention__desc--bottom--list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
}

.price {
  padding: 56px 0;
  background: url("../images/price/price_bg_sp.png") no-repeat;
  background-size: cover;
}
.price__sub-title {
  text-align: center;
  font-family: "Marcellus";
  font-size: 1.4rem;
  letter-spacing: 2.7px;
}
.price__title {
  text-align: center;
  font-size: 3.2rem;
  margin-top: 8px;
}
.price__item {
  margin: 28px auto 0;
  width: 335px;
  border-radius: 10px;
  background: #fff;
  padding-bottom: 27px;
}
.price__item.pink {
  padding-bottom: 16px;
}
.price__item--label {
  border-radius: 10px 10px 0 0;
  background: #81a0ff;
  font-size: 2.2rem;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.price__item--value {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0 0 32px;
}
.price__item--value.pink {
  border-radius: 4px;
  background: linear-gradient(270deg, #ff7ac1 0%, #ff73b0 50%, #ffc0e0 100%);
  color: #fff;
  width: 279px;
  height: 72px;
  padding: 0;
  padding-left: 11px;
  margin: 12px auto 0;
}
.price__item--value span {
  display: block;
}
.price__item--value span:nth-child(1) {
  font-size: 4.5rem;
}
.price__item--value span:nth-child(2) {
  font-size: 2.6rem;
  margin-left: 2px;
  margin-bottom: -5px;
  font-family: "Noto Sans JP";
}
.price__item--value span:nth-child(3) {
  font-size: 1.2rem;
  margin-bottom: -14px;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.price__item--note {
  color: #fd518e;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 6px;
}

.flow-treatment {
  padding: 56px 0;
  background: #fff;
}
.flow-treatment__header {
  text-align: center;
  margin-bottom: 87px;
}
.flow-treatment__header-en {
  font-family: "Marcellus";
  font-size: 1.4rem;
  letter-spacing: 2.8px;
}
.flow-treatment__header-title {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 10px;
}
.flow-treatment__step {
  position: relative;
  padding: 0 20px;
}
.flow-treatment__step--number {
  font-family: "Marcellus";
  font-size: 5rem;
  color: #fd518e;
  letter-spacing: 2px;
  opacity: 0.4;
}
.flow-treatment__step--title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fd518e;
  line-height: 130%;
  margin-top: 13px;
  font-family: "Noto Sans JP";
}
.flow-treatment__step--image {
  width: 166px;
  position: absolute;
  top: -43px;
  right: 0px;
  z-index: 0;
}
.flow-treatment__step--text {
  position: relative;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  line-height: 1.6;
  z-index: 1;
  margin-top: 12px;
  letter-spacing: -0.5px;
}
.flow-treatment__step:nth-child(n+2) {
  margin-top: 111px;
}
.flow-treatment__step::after {
  content: "";
  background-image: url("../images/arrow.svg");
  width: 47px;
  height: 24px;
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-treatment__step.none-arrow::after {
  display: none;
}
.flow-treatment__note {
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
  line-height: 150%;
  border-radius: 10px;
  background: #f1f0f4;
  padding: 10px 14px;
  margin: 8px auto 0;
}

.footer {
  padding: 40px 0 0;
  margin-top: -1px;
  background: url("../images/footer_bg.webp");
}
.footer__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 375px;
  }
}
.footer__title {
  color: #8d7747;
  font-size: 2.5rem;
  text-align: center;
}
.footer__logo {
  width: 240px;
  display: block;
  margin: 40px auto 0;
}
.footer__logo img {
  width: 100%;
}
.footer__clinic-info {
  margin: 32px 20px 0;
  font-size: 1.4rem;
}
.footer__clinic-info dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.footer__clinic-info dl dt {
  width: 20%;
  font-weight: 500;
}
.footer__clinic-info dl dd {
  margin: 0;
  width: calc(80% - 10px);
}
.footer__table-timetable {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1.4rem;
  width: calc(100% - 40px);
  margin: 40px 20px 0;
}
.footer__table-timetable .consul {
  color: #bda75d;
}
.footer__table-timetable th {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 1.4rem 0.2rem;
  text-align: center;
}
.footer__table-timetable td {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0.8rem 0;
  text-align: center;
  vertical-align: middle;
}
.footer__table-timetable thead:first-child {
  width: 30%;
}
.footer__table-timetable thead th {
  padding: 0.1rem 0.2rem;
  background: #bda75d;
  color: #fff;
}
.footer__table-timetable tbody th {
  text-align: center;
}
.footer__note {
  font-size: 1.4rem;
  margin: 20px;
}
.footer__image {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.footer .section_menu {
  background: #887454;
  color: #fff;
  padding: 4rem 20px;
}
.footer .footer_menu li {
  width: 32%;
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.footer .footer_menu li a {
  color: #fff;
  display: inline-block;
  padding-left: 14px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.footer .footer_menu li a::before {
  content: ">";
  box-sizing: border-box;
  left: 0;
  position: absolute;
  top: 0;
}

/*# sourceMappingURL=style.css.map */
