@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 {
  margin-top: 53px;
}
.hero img {
  width: 100%;
  height: auto;
}

.introduction {
  padding: 10px 0 0;
  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__merit {
  background: url(../images/introduction/bg.png) no-repeat;
  background-size: cover;
  margin-top: 16px;
  padding-top: 56px;
  padding-bottom: 56px;
}
.introduction__recommend {
  margin: 0 22px;
  border-radius: 10px;
  background: #fff;
  padding: 21px 16px;
  font-family: "Noto Sans JP";
}
.introduction__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;
}
.introduction__recommend--list {
  margin-top: 21px;
}
.introduction__recommend--list li {
  margin-top: 10px;
  color: #333;
  position: relative;
  padding-left: 1.9rem;
  font-size: 1.4rem;
  line-height: 160%;
}
.introduction__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;
}

.mechanism {
  padding: 58px 0 56px;
  background: url("../images/mechanism/bg.png") no-repeat;
  background-position: top;
  background-size: cover;
}
.mechanism__sub-title {
  text-align: center;
  font-family: "Marcellus";
  font-size: 1.4rem;
  letter-spacing: 2.8px;
}
.mechanism__title {
  text-align: center;
  font-size: 3.2rem;
  margin-top: 8px;
}
.mechanism__text {
  font-size: 1.5rem;
  font-family: "Noto Sans JP";
  line-height: 1.6;
  margin-top: 38px;
  padding: 0 20px;
}
.mechanism__content {
  margin-top: 24px;
  padding: 0 80px;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.mechanism__content img {
  width: 100%;
  height: auto;
}

.types {
  padding: 58px 20px 56px;
  background: linear-gradient(91deg, #e49abb 0%, #9cb0f8 100.27%);
}
.types__sub-title {
  text-align: center;
  font-family: "Marcellus";
  font-size: 1.4rem;
  letter-spacing: 2.7px;
  color: #fff;
}
.types__title {
  text-align: center;
  font-size: 3.2rem;
  margin-top: 8px;
  color: #fff;
}
.types__attention {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.6;
  margin-top: 70px;
  color: #fff;
  position: relative;
}
.types__attention::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translate(-50%);
  width: 24px;
  height: 21px;
  background: url("../images/types/icon.png") no-repeat;
  background-size: cover;
}
.types__text {
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  margin-top: 4px;
  color: #fff;
  text-align: center;
}
.types__content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.types__content--item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  font-family: "Noto Sans JP";
}
.types__content--item.coverage::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  width: 62px;
  height: 54px;
  background: url("../images/types/coverage.png") no-repeat;
  background-size: cover;
}
.types__content--item.beauty::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  width: 62px;
  height: 54px;
  background: url("../images/types/beauty.png") no-repeat;
  background-size: cover;
}
.types__content--item.coverage-beauty::before {
  content: "";
  position: absolute;
  top: 0;
  right: 90px;
  width: 62px;
  height: 54px;
  background: url("../images/types/coverage.png") no-repeat;
  background-size: cover;
}
.types__content--item.coverage-beauty::after {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  width: 62px;
  height: 54px;
  background: url("../images/types/beauty.png") no-repeat;
  background-size: cover;
}
.types__content--item--title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.types__content--item--title img {
  width: 154px;
  min-width: 152px;
}
.types__content--item--title p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fd518e;
}
.types__content--item--title p span {
  font-size: 1.6rem;
  line-height: 1;
  font-family: 700;
}
.types__content--item--desc {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 12px;
}
.types__content--item--sec {
  margin-top: 11px;
}
.types__content--item--sec--title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.types__content--item--sec--title img {
  width: 15px;
  height: 15px;
}
.types__content--item--sec--title p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.types__content--item--sec--desc {
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.6rem;
}
.types__content--item--sec--desc::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
}
.types__content--item--sec--desc:first-of-type {
  margin-top: 4px;
}
.types__content--item--sec--treatment--list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}
.types__content--item--sec--treatment-title {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 8px;
}
.types__content--item--sec--treatment {
  background: #ff90c2;
  padding: 4px 8px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.28px;
  padding-right: 26px;
  position: relative;
  display: block;
}
.types__content--item--sec--treatment::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  right: 10px;
  width: 6px;
  height: 10px;
  background: url("../images/white-arrow.svg") no-repeat;
  background-size: cover;
}
.types__content--item--sec--treatment.ointment {
  background: #81a0ff;
}
.types__content--item--sec--treatment.oral {
  background: linear-gradient(90deg, #77c5f9 1.54%, #86ecde 99.64%);
  padding-right: 8px;
}
.types__content--item--sec--treatment.oral::before {
  display: none;
}

.switched {
  background: #fff;
  padding: 32px 20px 32px;
}
.switched__sub-title {
  text-align: center;
  font-family: "Marcellus";
  font-size: 1.4rem;
  letter-spacing: 2.7px;
}
.switched__title {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.3;
  margin-top: 12px;
}
.switched__desc--title {
  font-size: 1.8rem;
  font-family: "Noto Sans JP";
  margin-top: 31px;
  text-align: center;
  font-weight: 500;
}
.switched__desc--text {
  font-size: 1.5rem;
  font-family: "Noto Sans JP";
  margin-top: 8px;
  line-height: 1.6;
}
.switched__intro {
  font-size: 2rem;
  font-family: "Noto Sans JP";
  margin-top: 24px;
  margin-bottom: 24px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(270deg, #ff7ac1 0%, #ff73b0 50%, #ffc0e0 100%);
}
.switched__item {
  margin-top: 19px;
}
.switched__item img {
  width: 100%;
  height: auto;
}
.switched__item p {
  width: 96px;
  margin: 4px auto 0;
  text-align: center;
  padding: 2px 16px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  background: #f1f0f4;
  border-radius: 4px;
}

.hydroquinone {
  padding: 56px 20px;
  background: url("../images/hydroquinone/bg.png") no-repeat;
  background-position: top;
  background-size: cover;
}
.hydroquinone.tretinoin {
  background: url("../images/tretinoin/bg.png") no-repeat;
}
.hydroquinone__sub-title {
  text-align: center;
  font-family: "Marcellus";
  font-size: 1.4rem;
  letter-spacing: 2.7px;
}
.hydroquinone__title {
  text-align: center;
  font-size: 3.2rem;
  margin-top: 8px;
}
.hydroquinone__desc--title {
  font-size: 1.8rem;
  font-family: "Noto Sans JP";
  margin-top: 38px;
  text-align: center;
  font-weight: 500;
}
.hydroquinone__desc--text {
  font-size: 1.5rem;
  font-family: "Noto Sans JP";
  margin-top: 8px;
  line-height: 1.6;
}
.hydroquinone__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px auto 0;
}
.hydroquinone__content img {
  width: 100%;
  height: auto;
}
.hydroquinone__content--item {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  position: relative;
  font-family: "Noto Sans JP";
}
.hydroquinone__content--item--title {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.hydroquinone__content--item--desc {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 8px;
}
.hydroquinone__content--item--img {
  width: 100%;
  height: auto;
}
.hydroquinone__content--item--list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hydroquinone__content--item--list--item {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
.hydroquinone__attention {
  margin-top: 150px;
  position: relative;
  background: #fff;
  padding: 40px 16px 16px;
  font-family: "Noto Sans JP";
  border-radius: 10px;
}
.hydroquinone__attention img {
  width: 123px;
  height: 112px;
  position: absolute;
  top: -17%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hydroquinone__attention--top-title {
  border-radius: 10px;
  background: #def3ff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 77%;
  padding: 8px 31px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
}
.hydroquinone__attention--title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}
.hydroquinone__attention--list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hydroquinone__attention--list li span {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 3.2px;
  display: block;
  background: linear-gradient(90deg, #8ebfff 1.54%, #a49aff 99.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hydroquinone__attention--list li p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 2px;
}

.attention {
  padding: 56px 0 64px;
  background: url("../images/attention/bg.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__desc--bottom {
  color: #586dd3;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 13px;
  position: relative;
}
.attention__desc--bottom::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 335px;
  height: 1px;
  background: #586dd3;
}
.attention__desc--bottom::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 335px;
  height: 1px;
  background: #586dd3;
}
.attention__list {
  margin: 42px 35px 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.attention__list li p {
  padding-left: 20px;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.attention__list li p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/blue-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.attention__list li span {
  margin-top: 8px;
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Noto Sans JP";
}

.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 */
