@charset "UTF-8";

/*
 * Top page styles.
 * Use this file for block editor content classes prefixed with top-.
 */

/* 02_top-concerns */
.top-concerns {
  padding: 64px 0 76px;
  color: #000;
}

.top-concerns__inner {
  max-width: 1210px;
  margin-inline: auto;
  padding-inline: 24px;
}

.top-concerns .top-concerns__columns {
  display: grid;
  grid-template-columns: minmax(360px, 460px) minmax(0, 590px);
  align-items: center;
  justify-content: center;
  gap: clamp(96px, 9.1667vw, 132px);
  margin: 0;
}

.top-concerns .top-concerns__media,
.top-concerns .top-concerns__content {
  flex-basis: auto;
  margin: 0;
}

.top-concerns .top-concerns__media {
  flex: 0 1 460px;
  width: 100%;
  max-width: 460px;
}

.top-concerns .top-concerns__content {
  flex: 1 1 590px;
  width: 100%;
  max-width: 590px;
  min-width: 0;
  padding-top: 0;
  transform: translateY(16px);
}

.top-concerns .top-concerns__image {
  aspect-ratio: 517 / 644;
  overflow: hidden;
  margin: 0;
}

.top-concerns .top-concerns__image img {
  display: block;
  width: 100%;
  max-width: 460px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-concerns .top-concerns__eyebrow {
  margin: 0 0 20px;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}

.top-concerns .top-concerns__heading {
  margin: 0 0 46px;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}

.top-concerns .top-concerns__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding-left: 1.2em;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

.top-concerns .top-concerns__list li {
  margin: 0;
  padding-left: 0.2em;
}

.top-concerns .top-concerns__list li::marker {
  font-size: 0.75em;
}

@media (min-width: 1280px) {
  .top-concerns .top-concerns__heading {
    white-space: nowrap;
  }
}

@media (min-width: 960px) {
  .top-concerns__inner {
    padding-inline: 0;
  }

  .top-concerns .top-concerns__columns.wp-block-columns {
    grid-template-columns: minmax(360px, 460px) minmax(0, 618px);
    gap: clamp(96px, 9.1667vw, 132px) !important;
  }

  .top-concerns .top-concerns__columns > .wp-block-column:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 100%;
  }

  .top-concerns .top-concerns__content {
    width: 100%;
    max-width: 618px;
    transform: none;
  }

  .top-concerns .top-concerns__list {
    width: 480px;
    max-width: 100%;
    margin-inline: auto;
    text-align: left;
  }
}

@media (max-width: 959px) {
  .top-concerns {
    padding: 48px 0 60px;
  }

  .top-concerns__inner {
    padding-inline: 20px;
  }

  .top-concerns .top-concerns__columns {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .top-concerns .top-concerns__media {
    flex-basis: auto;
    order: 2;
    width: 100%;
    max-width: none;
  }

  .top-concerns .top-concerns__content {
    order: 1;
    width: 100%;
    max-width: none;
    padding-top: 0;
    transform: none;
  }

  .top-concerns .top-concerns__image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .top-concerns .top-concerns__image img {
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .top-concerns .top-concerns__eyebrow {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.35;
  }

  .top-concerns .top-concerns__heading {
    margin-bottom: 24px;
    font-size: clamp(22px, 6vw, 24px);
    line-height: 1.45;
    white-space: normal;
  }

  .top-concerns .top-concerns__list {
    width: fit-content;
    max-width: calc(100% - 36px);
    gap: 6px;
    margin-inline: auto;
    padding-left: 1.2em;
    font-size: 12px;
    line-height: 1.7;
    text-align: left;
  }
}

/* 03_top-solution */
.top-solution {
  padding: 124px 0 118px;
  color: #000;
}

.top-solution__inner {
  max-width: 1210px;
  margin-inline: auto;
  padding-inline: 24px;
}

.top-solution .top-solution__head {
  margin: 0 0 64px;
}

.top-solution .top-solution__head > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: center;
  gap: 104px;
}

.top-solution .top-solution__label {
  position: relative;
  margin: 0;
  padding-right: 50px;
}

.top-solution .top-solution__label::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 128px;
  background-color: #000;
  content: "";
  transform: translateY(-50%);
}

.top-solution .top-solution__title-en {
  margin: 0;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
}

.top-solution .top-solution__title-ja {
  margin: 10px 0 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.top-solution .top-solution__copy {
  margin: 0;
}

.top-solution .top-solution__heading {
  margin: 0;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(24px, 2.7778vw, 40px);
  font-weight: 500;
  line-height: 1.45;
}

.top-solution .top-solution__heading .has-inline-color,
.top-solution .top-solution__heading mark {
  color: #c42d25;
}

.top-solution .top-solution__cards {
  margin: 0;
}

.top-solution .top-solution__cards > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}

.top-solution .top-solution__card {
  margin: 0;
}

.top-solution .top-solution__card-image {
  aspect-ratio: 350 / 252;
  margin: 0 0 34px;
  overflow: hidden;
}

.top-solution .top-solution__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-solution .top-solution__card-title {
  margin: 0 0 20px;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}

.top-solution .top-solution__card-text {
  margin: 0;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 959px) {
  .top-solution {
    padding: 72px 0 76px;
  }

  .top-solution__inner {
    padding-inline: 18px;
  }

  .top-solution .top-solution__head {
    margin-bottom: 56px;
  }

  .top-solution .top-solution__head > .wp-block-group__inner-container {
    display: block;
  }

  .top-solution .top-solution__label {
    padding-right: 0;
  }

  .top-solution .top-solution__label::after {
    content: none;
  }

  .top-solution .top-solution__title-en {
    font-size: 58px;
  }

  .top-solution .top-solution__title-ja {
    margin-top: 8px;
    font-size: 14px;
  }

  .top-solution .top-solution__copy {
    margin-top: 34px;
  }

  .top-solution .top-solution__heading {
    font-size: 24px;
    line-height: 1.65;
  }

  .top-solution .top-solution__cards > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .top-solution .top-solution__card-image {
    aspect-ratio: 350 / 252;
    margin-bottom: 34px;
  }

  .top-solution .top-solution__card-title {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .top-solution .top-solution__card-text {
    font-size: 15px;
    line-height: 1.9;
  }
}

/* 04_top-certificate */
.top-certificate {
  padding: 112px 0 140px;
  color: #000;
}

.top-certificate__inner {
  max-width: 1210px;
  margin-inline: auto;
  padding-inline: 24px;
}

.top-certificate .top-certificate__body {
  margin: 0;
}

.top-certificate .top-certificate__body > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(540px, 1fr) minmax(380px, 540px);
  align-items: center;
  gap: clamp(48px, 5vw, 88px);
}

.top-certificate .top-certificate__content {
  margin: 0;
  max-width: 680px;
}

.top-certificate .top-certificate__heading {
  margin: 0 0 52px;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.top-certificate .top-certificate__text {
  margin: 0;
  max-width: 640px;
}

.top-certificate .top-certificate__text p {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
}

.top-certificate .top-certificate__text p + p {
  margin-top: 36px;
}

.top-certificate .top-certificate__image {
  margin: 0;
}

.top-certificate .top-certificate__certificate-image {
  margin: 0;
}

.top-certificate .top-certificate__certificate-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .top-certificate .top-certificate__body > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .top-certificate .top-certificate__content {
    max-width: none;
  }

  .top-certificate .top-certificate__text {
    max-width: none;
  }

  .top-certificate .top-certificate__image {
    max-width: 640px;
    margin-inline: auto;
  }
}

@media (max-width: 959px) {
  .top-certificate {
    padding: 72px 0 80px;
  }

  .top-certificate__inner {
    padding-inline: 18px;
  }

  .top-certificate .top-certificate__body > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .top-certificate .top-certificate__heading {
    margin-bottom: 34px;
    font-size: 58px;
  }

  .top-certificate .top-certificate__text {
    max-width: none;
  }

  .top-certificate .top-certificate__text p {
    font-size: 15px;
    line-height: 1.85;
  }

  .top-certificate .top-certificate__text p + p {
    margin-top: 28px;
  }

  .top-certificate .top-certificate__image {
    width: 100%;
  }
}

/* 05_top-reason */
.top-reason {
  padding: 0;
  color: #000;
}

.top-reason__inner {
  max-width: 1440px;
  margin-inline: auto;
}

.top-reason .top-reason__inner > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 53%) minmax(0, 47%);
  align-items: center;
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.top-reason .top-reason__image {
  margin: 0;
}

.top-reason .top-reason__image-main {
  aspect-ratio: 720 / 864;
  margin: 0;
  overflow: hidden;
  width: min(100%, 719px);
}

.top-reason .top-reason__image-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-reason .top-reason__content {
  max-width: 640px;
  margin: 0 auto 0 72px;
  padding: 48px 24px 72px;
}

.top-reason .top-reason__heading {
  margin: 0 0 34px;
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.top-reason .top-reason__lead {
  margin: 0 0 58px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.top-reason .top-reason__statement {
  margin: 0 0 44px;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.65;
}

.top-reason .top-reason__text {
  margin: 0;
}

.top-reason .top-reason__text p {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}

.top-reason .top-reason__text p + p,
.top-reason .top-reason__text p + .top-reason__list {
  margin-top: 32px;
}

.top-reason .top-reason__list + p {
  margin-top: 20px;
}

.top-reason .top-reason__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  list-style: none;
}

.top-reason .top-reason__list li {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 10px 18px;
  background: rgba(196, 45, 37, 1);
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.top-solution li::marker,
.top-solution .top-solution__list li::marker,
.top-reason .top-reason__list li::marker {
  font-size: 0.7em;
}

.top-reason .top-reason__list li::marker {
  content: "";
}

@media (max-width: 959px) {
  .top-reason .top-reason__inner > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .top-reason .top-reason__image-main {
    aspect-ratio: 440 / 449;
    width: 100%;
  }

  .top-reason .top-reason__content {
    max-width: none;
    margin: 0;
    padding: 76px 18px 84px;
  }

  .top-reason .top-reason__heading {
    margin-bottom: 24px;
    font-size: clamp(58px, 16vw, 72px);
    line-height: 1.05;
    white-space: normal;
  }

  .top-reason .top-reason__lead {
    margin-bottom: 50px;
    font-size: 14px;
  }

  .top-reason .top-reason__statement {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 1.65;
  }

  .top-reason .top-reason__text,
  .top-reason .top-reason__text p {
    font-size: 14px;
    line-height: 1.8;
  }

  .top-reason .top-reason__list {
    gap: 7px;
    font-size: 18px;
    line-height: 1;
  }

  .top-reason .top-reason__list li {
    padding: 9px 14px;
    font-size: clamp(14px, 4.2667vw, 16px);
    line-height: 1;
  }

  .top-reason .top-reason__text p + p,
  .top-reason .top-reason__text p + .top-reason__list {
    margin-top: 28px;
  }

  .top-reason .top-reason__list + p {
    margin-top: 20px;
  }
}

/* 06_top-supports */
.top-supports {
  padding: 78px 0 96px;
  background-color: transparent;
  color: #000;
}

.top-supports__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 24px;
}

.top-supports .top-supports__inner {
  background: transparent;
}

.top-supports .top-supports__inner > .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
}

.top-supports .top-supports__cards > .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
}

.top-supports .top-supports__head {
  margin: 0 0 70px;
  text-align: center;
}

.top-supports .top-supports__heading {
  margin: 0;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(72px, 7.2vw, 104px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.top-supports .top-supports__lead {
  margin: 22px 0 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.top-supports .top-supports__cards > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.top-supports .top-supports__card {
  margin: 0;
}

.top-supports .top-supports__card-image {
  aspect-ratio: 400 / 240;
  margin: 0;
  overflow: hidden;
}

.top-supports .top-supports__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-supports .top-supports__card-title {
  margin: 22px 0 0;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.top-supports .top-supports__card-text {
  margin: 12px 0 0;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
}

@media (max-width: 959px) {
  .top-supports {
    padding: 54px 0 74px;
    background-color: transparent;
    color: #000;
  }

  .top-supports__inner {
    padding-inline: 30px;
  }

  .top-supports .top-supports__head {
    margin-bottom: 48px;
  }

  .top-supports .top-supports__heading {
    font-size: clamp(58px, 16vw, 76px);
    line-height: 0.95;
  }

  .top-supports .top-supports__lead {
    margin-top: 14px;
    color: #000;
    font-size: 15px;
  }

  .top-supports .top-supports__cards > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .top-supports .top-supports__card-image {
    aspect-ratio: 400 / 240;
  }

  .top-supports .top-supports__card-title {
    margin-top: 28px;
    color: #000;
    font-size: 24px;
    line-height: 1.55;
  }

  .top-supports .top-supports__card-text {
    margin-top: 14px;
    color: #000;
    font-size: 16px;
    line-height: 1.9;
  }
}

/* 07_top-seminar */
.top-seminar {
  position: relative;
  padding: 72px 0 88px;
  color: #000;
}

.top-seminar__inner {
  max-width: 1290px;
  margin-inline: auto;
  padding-inline: 24px;
}

.top-seminar .top-seminar__box {
  position: relative;
  max-width: none;
  margin: 0 auto;
  padding: 118px 40px 104px;
  background-color: #fff;
  text-align: center;
}

.top-seminar .top-seminar__box::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 1px;
  height: 120px;
  background-color: #000;
  content: "";
  transform: translateX(-50%);
}

.top-seminar .top-seminar__eyebrow {
  margin: 0 0 18px;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.top-seminar .top-seminar__heading {
  margin: 0 0 48px;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.top-seminar .top-seminar__lead {
  max-width: 720px;
  margin: 0 auto 42px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
}

.top-seminar .top-seminar__buttons > .wp-block-group__inner-container,
.top-seminar .top-seminar__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.top-seminar .top-seminar__button {
  min-width: min(100%, 355px);
  margin: 0;
}

.top-seminar .top-seminar__button .wp-block-button__link {
  width: 100%;
}

.top-seminar .top-seminar__note {
  margin: 40px 0 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 959px) {
  .top-seminar {
    padding: 0 0 84px;
  }

  .top-seminar__inner {
    padding-inline: 0;
  }

  .top-seminar .top-seminar__box {
    padding: 86px 32px 72px;
  }

  .top-seminar .top-seminar__box::after {
    height: 88px;
  }

  .top-seminar .top-seminar__eyebrow {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .top-seminar .top-seminar__heading {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.55;
  }

  .top-seminar .top-seminar__lead {
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 1.9;
  }

  .top-seminar .top-seminar__buttons > .wp-block-group__inner-container,
  .top-seminar .top-seminar__buttons {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 22px;
  }

  .top-seminar .top-seminar__button {
    width: min(100%, 315px);
    min-width: 0;
  }

  .top-seminar .top-seminar__note {
    margin-top: 28px;
    font-size: 13px;
    line-height: 1.7;
  }
}

/* 08_top-follow-up */
.top-follow-up {
  padding: 92px 0 116px;
  color: #000;
}

.top-follow-up__inner {
  max-width: 1210px;
  margin-inline: auto;
  padding-inline: 24px;
}

.top-follow-up .top-follow-up__head {
  margin: 0 0 88px;
  text-align: center;
}

.top-follow-up .top-follow-up__heading {
  margin: 0;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.top-follow-up .top-follow-up__lead {
  margin: 22px 0 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

.top-follow-up .top-follow-up__text {
  margin: 0 auto 48px;
  max-width: 580px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
}

.top-follow-up .top-follow-up__body {
  max-width: 890px;
  margin-inline: auto;
  padding: 62px 96px;
  background-color: #fff;
}

.top-follow-up .top-follow-up__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 92px;
  margin: 0;
  padding: 0;
  background: transparent;
  list-style: none;
}

.top-follow-up .top-follow-up__list li {
  position: relative;
  margin: 0;
  padding-left: 54px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.top-follow-up .top-follow-up__list li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background-color: #c42d25;
  color: #fff;
  content: "";
}

.top-follow-up .top-follow-up__list li::after {
  position: absolute;
  top: calc(0.2em + 7px);
  left: 7px;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  transform: rotate(-45deg);
}

@media (max-width: 959px) {
  .top-follow-up {
    padding: 64px 0 78px;
  }

  .top-follow-up__inner {
    padding-inline: 18px;
  }

  .top-follow-up .top-follow-up__head {
    margin-bottom: 52px;
  }

  .top-follow-up .top-follow-up__heading {
    font-size: clamp(58px, 15vw, 74px);
    line-height: 0.95;
  }

  .top-follow-up .top-follow-up__lead {
    margin-top: 12px;
    font-size: 14px;
  }

  .top-follow-up .top-follow-up__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.85;
  }

  .top-follow-up .top-follow-up__body {
    padding: 50px 36px;
  }

  .top-follow-up .top-follow-up__list {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .top-follow-up .top-follow-up__list li {
    padding-left: 46px;
    font-size: 17px;
    line-height: 1.6;
  }
}

/* 09_top-philosophy */
.top-philosophy {
  min-height: 768px;
}

.top-philosophy__inner {
  max-width: 860px;
  margin-inline: auto;
  padding: 136px 0 118px;
  text-align: center;
}

.top-philosophy .top-philosophy__head {
  margin: 0 0 86px;
}

.top-philosophy .top-philosophy__heading {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.top-philosophy .top-philosophy__lead {
  margin: 28px 0 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
}

.top-philosophy .top-philosophy__catch {
  margin: 0 0 48px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.top-philosophy .top-philosophy__body {
  max-width: 620px;
  margin-inline: auto;
}

.top-philosophy .top-philosophy__text {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.top-philosophy .top-philosophy__text + .top-philosophy__text {
  margin-top: 30px;
}

@media (max-width: 959px) {
  .top-philosophy {
    min-height: 735px;
    background-position: center right 38% !important;
  }

  .top-philosophy__inner {
    max-width: none;
    padding: 104px 18px 84px;
    text-align: left;
  }

  .top-philosophy .top-philosophy__head {
    margin-bottom: 66px;
  }

  .top-philosophy .top-philosophy__heading {
    font-size: 48px;
    line-height: 1.05;
  }

  .top-philosophy .top-philosophy__lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7;
  }

  .top-philosophy .top-philosophy__catch {
    margin-bottom: 42px;
    font-size: 24px;
    line-height: 1.7;
  }

  .top-philosophy .top-philosophy__body {
    max-width: none;
    margin-inline: 0;
  }

  .top-philosophy .top-philosophy__text {
    font-size: 15px;
    line-height: 1.75;
  }

  .top-philosophy .top-philosophy__text + .top-philosophy__text {
    margin-top: 24px;
  }
}

/* 10_top-contents */
.top-contents {
  color: #000;
}

.top-contents__inner {
  max-width: 1320px;
  margin-inline: auto;
  padding: 132px 24px 128px;
}

.top-contents .top-contents__head {
  margin: 0 0 128px;
  text-align: center;
}

.top-contents .top-contents__heading {
  margin: 0;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
}

.top-contents .top-contents__lead {
  margin: 24px 0 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
}

.top-contents .top-contents__cards > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: none;
}

.top-contents .top-contents__card {
  margin: 0;
  border: 1px solid #c42d25;
  background-color: #fff;
}

.top-contents .top-contents__card > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  padding: 48px;
}

.top-contents .top-contents__image {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
}

.top-contents .top-contents__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-contents .top-contents__content {
  margin: 0;
}

.top-contents .top-contents__title {
  margin: 0;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0;
}

.top-contents .top-contents__subtitle {
  margin: 6px 0 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
}

.top-contents .top-contents__text {
  margin: 28px 0 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
}

.top-contents .top-contents__button {
  margin-top: 28px;
}

.top-contents .top-contents__button .wp-block-button__link {
  min-width: 260px;
}

.top-contents .top-contents__note {
  margin: 12px 0 0;
  color: #c42d25;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
}

@media (max-width: 959px) {
  .top-contents__inner {
    padding: 74px 30px 88px;
  }

  .top-contents .top-contents__head {
    margin-bottom: 54px;
  }

  .top-contents .top-contents__heading {
    font-size: clamp(58px, 15vw, 74px);
    line-height: 0.95;
  }

  .top-contents .top-contents__lead {
    margin-top: 12px;
    font-size: 13px;
  }

  .top-contents .top-contents__cards > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .top-contents .top-contents__card > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 28px 36px;
  }

  .top-contents .top-contents__image {
    aspect-ratio: 1 / 1;
  }

  .top-contents .top-contents__title {
    font-size: 32px;
    line-height: 50px;
  }

  .top-contents .top-contents__subtitle {
    font-size: 14px;
    line-height: 30px;
  }

  .top-contents .top-contents__text {
    margin-top: 22px;
    font-size: 14px;
    line-height: 22px;
  }

  .top-contents .top-contents__button {
    margin-top: 26px;
    text-align: center;
  }

  .top-contents .top-contents__note {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .top-contents .top-contents__button .wp-block-button__link {
    min-width: min(100%, 250px);
  }
}

/* 11_top-about-lhalala */
.top-about-lhalala {
  color: #000;
}

.top-about-lhalala__inner {
  max-width: 1210px;
  margin-inline: auto;
  padding: 188px 24px 144px;
}

.top-about-lhalala .top-about-lhalala__head {
  margin: 0 0 90px;
  text-align: center;
}

.top-about-lhalala .top-about-lhalala__heading {
  margin: 0;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.top-about-lhalala .top-about-lhalala__lead {
  margin: 34px 0 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.55;
}

.top-about-lhalala .top-about-lhalala__text {
  max-width: 700px;
  margin: 56px auto 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.05;
}

.top-about-lhalala .top-about-lhalala__text p {
  margin: 0;
}

.top-about-lhalala .top-about-lhalala__text p + p {
  margin-top: 10px;
}

.top-about-lhalala .top-about-lhalala__items > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(4, 275px);
  justify-content: center;
  gap: 28px;
}

.top-about-lhalala .top-about-lhalala__item {
  width: 275px;
  aspect-ratio: 1 / 1;
  margin: 0;
  border-radius: 50%;
  background-color: #fff;
}

.top-about-lhalala .top-about-lhalala__item > .wp-block-group__inner-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
}

.top-about-lhalala .top-about-lhalala__item-title {
  margin: 0;
  color: #c42d25;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
}

.top-about-lhalala .top-about-lhalala__item-text {
  margin: 20px 0 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .top-about-lhalala .top-about-lhalala__items > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, 275px);
    gap: 36px;
  }
}

@media (max-width: 959px) {
  .top-about-lhalala__inner {
    padding: 82px 18px 94px;
  }

  .top-about-lhalala .top-about-lhalala__head {
    margin-bottom: 48px;
    text-align: left;
  }

  .top-about-lhalala .top-about-lhalala__heading {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    line-height: 55px;
    letter-spacing: 0;
    text-align: left;
  }

  .top-about-lhalala .top-about-lhalala__lead {
    margin-top: 24px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0;
  }

  .top-about-lhalala .top-about-lhalala__text {
    max-width: none;
    margin-top: 48px;
  }

  .top-about-lhalala .top-about-lhalala__text,
  .top-about-lhalala .top-about-lhalala__text p {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
  }

  .top-about-lhalala .top-about-lhalala__items > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }

  .top-about-lhalala .top-about-lhalala__item {
    width: 100%;
    max-width: 165px;
    justify-self: center;
  }

  .top-about-lhalala .top-about-lhalala__item > .wp-block-group__inner-container {
    padding: 18px;
  }

  .top-about-lhalala .top-about-lhalala__item-title {
    font-size: 24px;
    line-height: 35px;
  }

  .top-about-lhalala .top-about-lhalala__item-text {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.55;
  }
}

@media (max-width: 360px) {
  .top-about-lhalala__inner {
    padding-inline: 18px;
  }

  .top-about-lhalala .top-about-lhalala__items > .wp-block-group__inner-container {
    gap: 22px 14px;
  }

  .top-about-lhalala .top-about-lhalala__item {
    max-width: 136px;
  }

  .top-about-lhalala .top-about-lhalala__item > .wp-block-group__inner-container {
    padding: 14px;
  }

  .top-about-lhalala .top-about-lhalala__item-text {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.45;
  }
}

/* Common parallax image band */
.top-parallax {
  height: 450px;
}

.top-parallax.top-parallax--lhalala-reasons {
  background-position: center;
}

@media (max-width: 959px) {
  .top-parallax {
    height: 140px;
  }
}

/* 12_top-lhalala-reasons */

.top-lhalala-reasons {
  background-color: #fff;
  color: #000;
}

.top-lhalala-reasons__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 110px 0 120px;
}

.top-lhalala-reasons .top-lhalala-reasons__head {
  margin: 0 0 58px;
  text-align: center;
}

.top-lhalala-reasons .top-lhalala-reasons__eyebrow {
  margin: 0 0 20px;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.top-lhalala-reasons .top-lhalala-reasons__heading {
  margin: 0;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
}

.top-lhalala-reasons .top-lhalala-reasons__cards > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.top-lhalala-reasons .top-lhalala-reasons__card {
  margin: 0;
  border: none;
  background-color: rgba(242, 225, 225, 0.25);
  text-align: center;
}

.top-lhalala-reasons .top-lhalala-reasons__card > .wp-block-group__inner-container {
  padding: 48px 32px 50px;
  text-align: center;
}

.top-lhalala-reasons .top-lhalala-reasons__point {
  margin: 0 0 18px;
  color: #c42d25;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
}

.top-lhalala-reasons .top-lhalala-reasons__card-title {
  margin: 0 0 18px;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0;
  text-align: center;
}

.top-lhalala-reasons .top-lhalala-reasons__card-text {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
}

.top-lhalala-reasons .top-lhalala-reasons__card-note {
  margin-top: 8px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
}

.top-lhalala-reasons .top-lhalala-reasons__closing {
  margin: 54px 0 0;
  color: #c42d25;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 959px) {
  .top-lhalala-reasons__inner {
    padding: 72px 0 84px;
  }

  .top-lhalala-reasons .top-lhalala-reasons__head {
    margin-bottom: 42px;
    text-align: left;
  }

  .top-lhalala-reasons .top-lhalala-reasons__eyebrow {
    margin-bottom: 14px;
    text-align: center;
    font-size: 15px;
  }

  .top-lhalala-reasons .top-lhalala-reasons__heading {
    text-align: center;
    font-size: 22px;
    line-height: 1.75;
  }

  .top-lhalala-reasons .top-lhalala-reasons__cards > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .top-lhalala-reasons .top-lhalala-reasons__card > .wp-block-group__inner-container {
    padding: 34px 24px 36px;
  }

  .top-lhalala-reasons .top-lhalala-reasons__point {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 40px;
  }

  .top-lhalala-reasons .top-lhalala-reasons__card-title {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 35px;
  }

  .top-lhalala-reasons .top-lhalala-reasons__card-text {
    font-size: 12px;
    line-height: 35px;
  }

  .top-lhalala-reasons .top-lhalala-reasons__card-note {
    font-size: 12px;
    line-height: 22px;
  }

  .top-lhalala-reasons .top-lhalala-reasons__closing {
    margin-top: 38px;
    font-size: 24px;
    line-height: 1.75;
  }
}

/* 13_top-effects */
.top-effects {
  background-color: #fff;
  color: #000;
}

.top-effects__inner {
  max-width: 1210px;
  margin-inline: auto;
  padding: 0 24px 120px;
}

.top-effects .top-effects__inner > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 440px) minmax(0, 620px);
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}

.top-effects .top-effects__content {
  margin: 0;
}

.top-effects .top-effects__eyebrow {
  margin: 0 0 42px;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.top-effects .top-effects__heading {
  position: relative;
  margin: 0;
  padding-bottom: 46px;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.top-effects .top-effects__heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 112px;
  height: 1px;
  background-color: #c42d25;
  content: "";
}

.top-effects .top-effects__media {
  margin: 0;
}

.top-effects .top-effects__image {
  margin: 0;
}

.top-effects .top-effects__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 959px) {
  .top-effects__inner {
    padding: 0 30px 80px;
  }

  .top-effects .top-effects__inner > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .top-effects .top-effects__eyebrow {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .top-effects .top-effects__heading {
    padding-bottom: 28px;
    font-size: 28px;
    line-height: 1.6;
  }

  .top-effects .top-effects__heading::after {
    width: 112px;
  }

  .top-effects .top-effects__media {
    max-width: 520px;
    margin-inline: auto;
  }
}

/* 14_top-recommend */
.top-recommend {
  color: #000;
}

.top-recommend__inner {
  max-width: 1180px;
  margin-inline: auto;
  padding: 136px 24px 126px;
}

.top-recommend .top-recommend__head {
  margin: 0 0 74px;
  text-align: center;
}

.top-recommend .top-recommend__heading {
  margin: 0;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
}

.top-recommend .top-recommend__lead {
  margin: 20px 0 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
}

.top-recommend .top-recommend__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 38px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-recommend .top-recommend__list li {
  position: relative;
  min-height: 80px;
  margin: 0;
  padding: 22px 0 22px 54px;
  border-bottom: 1px dotted #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.top-recommend .top-recommend__list li::before {
  position: absolute;
  top: 27px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #c42d25;
  content: "";
}

.top-recommend .top-recommend__list li::after {
  position: absolute;
  top: 34px;
  left: 7px;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  transform: rotate(-45deg);
}

@media (max-width: 959px) {
  .top-recommend__inner {
    padding: 88px 30px 86px;
  }

  .top-recommend .top-recommend__head {
    margin-bottom: 46px;
  }

  .top-recommend .top-recommend__heading {
    font-size: 48px;
    line-height: 1;
  }

  .top-recommend .top-recommend__lead {
    margin-top: 14px;
    font-size: 12px;
  }

  .top-recommend .top-recommend__list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .top-recommend .top-recommend__list li {
    min-height: 0;
    padding: 20px 0 20px 48px;
    font-size: 16px;
    line-height: 1.75;
  }

  .top-recommend .top-recommend__list li::before {
    top: 25px;
    width: 22px;
    height: 22px;
  }

  .top-recommend .top-recommend__list li::after {
    top: 31px;
    left: 6px;
  }
}

/* 15_top-machinery */
.top-machinery {
  background-color: #fff;
  color: #000;
}

.top-machinery__inner {
  max-width: 1210px;
  margin-inline: auto;
  padding: 112px 24px 108px;
}

.top-machinery .top-machinery__head {
  margin: 0 0 62px;
  text-align: center;
}

.top-machinery .top-machinery__eyebrow {
  margin: 0 0 16px;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.top-machinery .top-machinery__heading {
  margin: 0 0 28px;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.top-machinery .top-machinery__text {
  max-width: 820px;
  margin: 0 auto;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.85;
}

.top-machinery .top-machinery__cards > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.top-machinery .top-machinery__card {
  margin: 0;
  padding: 54px 72px 56px;
}

.top-machinery .top-machinery__card--salon {
  background-color: #f2f2f2;
}

.top-machinery .top-machinery__card--clinic {
  background-color: rgba(242, 225, 225, 0.45);
}

.top-machinery .top-machinery__card-title {
  margin: 0;
  color: #c42d25;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.top-machinery .top-machinery__card-subtitle {
  margin: 12px 0 30px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.top-machinery .top-machinery__items > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.top-machinery .top-machinery__item {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 999px;
  background-color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.top-machinery .top-machinery__item:first-child {
  grid-column: 1 / -1;
}

@media (max-width: 959px) {
  .top-machinery__inner {
    padding: 76px 30px 84px;
  }

  .top-machinery .top-machinery__head {
    margin-bottom: 48px;
  }

  .top-machinery .top-machinery__eyebrow {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .top-machinery .top-machinery__heading {
    margin-bottom: 26px;
    font-size: 28px;
    line-height: 1.6;
  }

  .top-machinery .top-machinery__text {
    font-size: 14px;
    line-height: 1.9;
  }

  .top-machinery .top-machinery__cards > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .top-machinery .top-machinery__card {
    padding: 38px 46px 42px;
  }

  .top-machinery .top-machinery__card-title {
    font-size: 42px;
  }

  .top-machinery .top-machinery__card-subtitle {
    margin-bottom: 26px;
    font-size: 13px;
  }

  .top-machinery .top-machinery__items > .wp-block-group__inner-container {
    gap: 12px;
  }

  .top-machinery .top-machinery__item {
    min-height: 34px;
    padding-inline: 8px;
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .top-machinery .top-machinery__card {
    padding-inline: 28px;
  }

  .top-machinery .top-machinery__item {
    font-size: 12px;
  }
}

/* 16_top-silk-skin-peel */
.top-parallax.top-parallax--silk {
  background-position: center;
}

.top-silk-skin-peel {
  background-color: #fff;
  color: #000;
}

.top-silk-skin-peel__inner {
  max-width: 1210px;
  margin-inline: auto;
  padding: 108px 24px 128px;
}

.top-silk-skin-peel .top-silk-skin-peel__hero {
  margin: 0 0 88px;
}

.top-silk-skin-peel .top-silk-skin-peel__hero > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
  align-items: center;
  gap: 56px;
}

.top-silk-skin-peel .top-silk-skin-peel__image {
  aspect-ratio: 1 / 1.25;
  margin: 0;
  overflow: hidden;
}

.top-silk-skin-peel .top-silk-skin-peel__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-silk-skin-peel .top-silk-skin-peel__content {
  margin: 0;
}

.top-silk-skin-peel .top-silk-skin-peel__heading {
  margin: 0;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.top-silk-skin-peel .top-silk-skin-peel__subtitle {
  margin: 12px 0 54px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.top-silk-skin-peel .top-silk-skin-peel__eyebrow {
  margin: 0 0 28px;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.top-silk-skin-peel .top-silk-skin-peel__lead {
  margin: 0 0 34px;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.top-silk-skin-peel .top-silk-skin-peel__text {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

.top-silk-skin-peel .top-silk-skin-peel__features {
  margin: 0 0 72px;
}

.top-silk-skin-peel .top-silk-skin-peel__features-heading {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 34px;
  margin: 0;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.top-silk-skin-peel .top-silk-skin-peel__features-heading::after {
  display: block;
  height: 1px;
  background-color: #c42d25;
  content: "";
}

.top-silk-skin-peel .top-silk-skin-peel__features-lead {
  margin: 14px 0 44px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.top-silk-skin-peel .top-silk-skin-peel__features-text,
.top-silk-skin-peel .top-silk-skin-peel__highlight {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

.top-silk-skin-peel .top-silk-skin-peel__features-text + .top-silk-skin-peel__features-text,
.top-silk-skin-peel .top-silk-skin-peel__features-text + .top-silk-skin-peel__highlight,
.top-silk-skin-peel .top-silk-skin-peel__highlight + .top-silk-skin-peel__features-text,
.top-silk-skin-peel .top-silk-skin-peel__highlight + .top-silk-skin-peel__highlight {
  margin-top: 14px;
}

.top-silk-skin-peel .top-silk-skin-peel__highlight {
  display: inline;
  background: linear-gradient(transparent 55%, rgba(242, 225, 225, 0.8) 55%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.top-silk-skin-peel .top-silk-skin-peel__points > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.top-silk-skin-peel .top-silk-skin-peel__point {
  margin: 0;
  background-color: rgba(242, 225, 225, 0.3);
}

.top-silk-skin-peel .top-silk-skin-peel__point > .wp-block-group__inner-container {
  padding: 48px 32px 50px;
  text-align: center;
}

.top-silk-skin-peel .top-silk-skin-peel__point-label {
  margin: 0 0 18px;
  color: #c42d25;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
}

.top-silk-skin-peel .top-silk-skin-peel__point-title {
  margin: 0 0 18px;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0;
  text-align: center;
}

.top-silk-skin-peel .top-silk-skin-peel__point-text {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 959px) {
  .top-parallax.top-parallax--silk {
    background-position: center;
  }

  .top-silk-skin-peel__inner {
    padding: 72px 30px 88px;
  }

  .top-silk-skin-peel .top-silk-skin-peel__hero {
    margin-bottom: 72px;
  }

  .top-silk-skin-peel .top-silk-skin-peel__hero > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .top-silk-skin-peel .top-silk-skin-peel__content {
    order: 1;
  }

  .top-silk-skin-peel .top-silk-skin-peel__image {
    order: 2;
    aspect-ratio: 390 / 496;
    margin-inline: -30px;
  }

  .top-silk-skin-peel .top-silk-skin-peel__heading {
    font-size: 56px;
    line-height: 1.05;
  }

  .top-silk-skin-peel .top-silk-skin-peel__subtitle {
    margin: 12px 0 48px;
    font-size: 14px;
  }

  .top-silk-skin-peel .top-silk-skin-peel__eyebrow {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .top-silk-skin-peel .top-silk-skin-peel__lead {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.8;
  }

  .top-silk-skin-peel .top-silk-skin-peel__text,
  .top-silk-skin-peel .top-silk-skin-peel__features-text,
  .top-silk-skin-peel .top-silk-skin-peel__highlight {
    font-size: 14px;
    line-height: 1.95;
  }

  .top-silk-skin-peel .top-silk-skin-peel__features {
    margin-bottom: 54px;
  }

  .top-silk-skin-peel .top-silk-skin-peel__features-heading {
    display: block;
    font-size: 56px;
  }

  .top-silk-skin-peel .top-silk-skin-peel__features-heading::after {
    display: none;
  }

  .top-silk-skin-peel .top-silk-skin-peel__features-lead {
    margin: 10px 0 36px;
    font-size: 12px;
  }

  .top-silk-skin-peel .top-silk-skin-peel__points > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .top-silk-skin-peel .top-silk-skin-peel__point > .wp-block-group__inner-container {
    padding: 34px 24px 36px;
  }

  .top-silk-skin-peel .top-silk-skin-peel__point-label {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 40px;
  }

  .top-silk-skin-peel .top-silk-skin-peel__point-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 35px;
  }

  .top-silk-skin-peel .top-silk-skin-peel__point-text {
    font-size: 12px;
    line-height: 35px;
  }
}

/* 17_top-lhala-secret */
.top-parallax.top-parallax--secret {
  background-position: center;
}

.top-lhala-secret {
  background-color: #fff;
  color: #000;
}

.top-lhala-secret__inner {
  max-width: 1210px;
  margin-inline: auto;
  padding: 110px 24px 130px;
}

.top-lhala-secret .top-lhala-secret__hero {
  margin: 0 0 110px;
}

.top-lhala-secret .top-lhala-secret__hero > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 88px);
}

.top-lhala-secret .top-lhala-secret__image {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
}

.top-lhala-secret .top-lhala-secret__image img,
.top-lhala-secret .top-lhala-secret__merit-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-lhala-secret .top-lhala-secret__content {
  margin: 0;
}

.top-lhala-secret .top-lhala-secret__heading,
.top-lhala-secret .top-lhala-secret__features-heading,
.top-lhala-secret .top-lhala-secret__merit-heading {
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.top-lhala-secret .top-lhala-secret__heading {
  margin: 0;
  font-size: 72px;
  line-height: 1;
}

.top-lhala-secret .top-lhala-secret__subtitle {
  margin: 12px 0 54px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.top-lhala-secret .top-lhala-secret__eyebrow {
  margin: 0 0 28px;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.top-lhala-secret .top-lhala-secret__lead {
  margin: 0 0 32px;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.top-lhala-secret .top-lhala-secret__text,
.top-lhala-secret .top-lhala-secret__features-text,
.top-lhala-secret .top-lhala-secret__merit-text {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

.top-lhala-secret .top-lhala-secret__features {
  margin: 0 0 118px;
}

.top-lhala-secret .top-lhala-secret__features-heading {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 34px;
  margin: 0;
  font-size: 76px;
  line-height: 1;
}

.top-lhala-secret .top-lhala-secret__features-heading::after {
  display: block;
  height: 1px;
  background-color: #c42d25;
  content: "";
}

.top-lhala-secret .top-lhala-secret__features-lead {
  margin: 14px 0 44px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.top-lhala-secret .top-lhala-secret__features-text {
  margin-bottom: 68px;
}

.top-lhala-secret .top-lhala-secret__ingredients > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}

.top-lhala-secret .top-lhala-secret__ingredient {
  aspect-ratio: 1 / 1;
  margin: 0;
  border: 1px solid rgba(196, 45, 37, 0.65);
  border-radius: 50%;
  background-color: #fff;
}

.top-lhala-secret .top-lhala-secret__ingredient > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 18px;
  text-align: center;
}

.top-lhala-secret .top-lhala-secret__ingredient-title {
  margin: 0;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
}

.top-lhala-secret .top-lhala-secret__merit {
  margin: 0;
}

.top-lhala-secret .top-lhala-secret__merit > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(54px, 7vw, 92px);
}

.top-lhala-secret .top-lhala-secret__merit-image {
  aspect-ratio: 420 / 520;
  margin: 0;
  overflow: hidden;
}

.top-lhala-secret .top-lhala-secret__merit-content {
  margin: 0;
}

.top-lhala-secret .top-lhala-secret__merit-heading {
  margin: 0;
  font-size: 72px;
  line-height: 1;
}

.top-lhala-secret .top-lhala-secret__merit-lead {
  margin: 12px 0 42px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.top-lhala-secret .top-lhala-secret__merit-list {
  margin: 0;
}

.top-lhala-secret .top-lhala-secret__merit-list > .wp-block-group__inner-container {
  display: grid;
  gap: 34px;
}

.top-lhala-secret .top-lhala-secret__merit-item {
  margin: 0;
}

.top-lhala-secret .top-lhala-secret__merit-title {
  margin: 0 0 10px;
  color: #c42d25;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0;
}

@media (max-width: 959px) {
  .top-parallax.top-parallax--secret {
    background-position: center;
  }

  .top-lhala-secret__inner {
    padding: 72px 30px 88px;
  }

  .top-lhala-secret .top-lhala-secret__hero {
    margin-bottom: 72px;
  }

  .top-lhala-secret .top-lhala-secret__hero > .wp-block-group__inner-container,
  .top-lhala-secret .top-lhala-secret__merit > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .top-lhala-secret .top-lhala-secret__content {
    order: 1;
  }

  .top-lhala-secret .top-lhala-secret__image {
    order: 2;
    aspect-ratio: 1 / 1;
  }

  .top-lhala-secret .top-lhala-secret__heading {
    font-size: 48px;
    line-height: 1.05;
  }

  .top-lhala-secret .top-lhala-secret__subtitle {
    margin: 12px 0 44px;
    font-size: 14px;
  }

  .top-lhala-secret .top-lhala-secret__eyebrow {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .top-lhala-secret .top-lhala-secret__lead {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.75;
  }

  .top-lhala-secret .top-lhala-secret__text,
  .top-lhala-secret .top-lhala-secret__features-text,
  .top-lhala-secret .top-lhala-secret__merit-text {
    font-size: 14px;
    line-height: 1.9;
  }

  .top-lhala-secret .top-lhala-secret__features {
    margin-bottom: 72px;
  }

  .top-lhala-secret .top-lhala-secret__features-heading,
  .top-lhala-secret .top-lhala-secret__merit-heading {
    display: block;
    font-size: 48px;
  }

  .top-lhala-secret .top-lhala-secret__features-heading::after {
    display: none;
  }

  .top-lhala-secret .top-lhala-secret__features-lead,
  .top-lhala-secret .top-lhala-secret__merit-lead {
    margin: 10px 0 36px;
    font-size: 12px;
  }

  .top-lhala-secret .top-lhala-secret__features-text {
    margin-bottom: 46px;
  }

  .top-lhala-secret .top-lhala-secret__ingredients > .wp-block-group__inner-container {
    --secret-ingredient-gap: clamp(4px, 1.4vw, 8px);
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px var(--secret-ingredient-gap);
  }

  .top-lhala-secret .top-lhala-secret__ingredient {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .top-lhala-secret .top-lhala-secret__ingredient:nth-child(1) {
    grid-column: 2 / span 2;
  }

  .top-lhala-secret .top-lhala-secret__ingredient:nth-child(2) {
    grid-column: 4 / span 2;
  }

  .top-lhala-secret .top-lhala-secret__ingredient:nth-child(3) {
    grid-column: 1 / span 2;
  }

  .top-lhala-secret .top-lhala-secret__ingredient:nth-child(4) {
    grid-column: 3 / span 2;
  }

  .top-lhala-secret .top-lhala-secret__ingredient:nth-child(5) {
    grid-column: 5 / span 2;
  }

  .top-lhala-secret .top-lhala-secret__ingredient > .wp-block-group__inner-container {
    padding: 12px;
  }

  .top-lhala-secret .top-lhala-secret__ingredient-title {
    font-size: clamp(13px, 2.6vw, 20px);
    line-height: 1.15;
  }

  .top-lhala-secret .top-lhala-secret__merit-image {
    aspect-ratio: 1 / 1;
  }

  .top-lhala-secret .top-lhala-secret__merit-list > .wp-block-group__inner-container {
    gap: 28px;
  }

  .top-lhala-secret .top-lhala-secret__merit-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.65;
  }
}

/* 18_top-lhala-shot */
.top-parallax.top-parallax--shot {
  background-position: center;
}

.top-lhala-shot {
  background-color: #fff;
  color: #000;
}

.top-lhala-shot__inner {
  max-width: 1210px;
  margin-inline: auto;
  padding: 110px 24px 130px;
}

.top-lhala-shot .top-lhala-shot__hero {
  margin: 0 0 110px;
}

.top-lhala-shot .top-lhala-shot__hero > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 88px);
}

.top-lhala-shot .top-lhala-shot__image {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
}

.top-lhala-shot .top-lhala-shot__image img,
.top-lhala-shot .top-lhala-shot__merit-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-lhala-shot .top-lhala-shot__content {
  margin: 0;
}

.top-lhala-shot .top-lhala-shot__heading,
.top-lhala-shot .top-lhala-shot__features-heading,
.top-lhala-shot .top-lhala-shot__merit-heading {
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.top-lhala-shot .top-lhala-shot__heading {
  margin: 0;
  font-size: 72px;
  line-height: 1;
}

.top-lhala-shot .top-lhala-shot__subtitle {
  margin: 12px 0 54px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.top-lhala-shot .top-lhala-shot__eyebrow {
  margin: 0 0 28px;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.top-lhala-shot .top-lhala-shot__lead {
  margin: 0 0 32px;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.top-lhala-shot .top-lhala-shot__text,
.top-lhala-shot .top-lhala-shot__features-text,
.top-lhala-shot .top-lhala-shot__merit-text {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

.top-lhala-shot .top-lhala-shot__text + .top-lhala-shot__text {
  margin-top: 22px;
}

.top-lhala-shot .top-lhala-shot__features {
  margin: 0 0 118px;
}

.top-lhala-shot .top-lhala-shot__features-heading {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 34px;
  margin: 0;
  font-size: 76px;
  line-height: 1;
}

.top-lhala-shot .top-lhala-shot__features-heading::after {
  display: block;
  height: 1px;
  background-color: #c42d25;
  content: "";
}

.top-lhala-shot .top-lhala-shot__features-lead {
  margin: 14px 0 44px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.top-lhala-shot .top-lhala-shot__features-text {
  margin-bottom: 68px;
}

.top-lhala-shot .top-lhala-shot__ingredients > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.top-lhala-shot .top-lhala-shot__ingredient {
  aspect-ratio: 1 / 1;
  margin: 0;
  border: 1px solid rgba(196, 45, 37, 0.65);
  border-radius: 50%;
  background-color: #fff;
}

.top-lhala-shot .top-lhala-shot__ingredient > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 18px;
  text-align: center;
}

.top-lhala-shot .top-lhala-shot__ingredient-title {
  margin: 0;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
}

.top-lhala-shot .top-lhala-shot__merit {
  margin: 0;
}

.top-lhala-shot .top-lhala-shot__merit > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(54px, 7vw, 92px);
}

.top-lhala-shot .top-lhala-shot__merit-image {
  aspect-ratio: 420 / 520;
  margin: 0;
  overflow: hidden;
}

.top-lhala-shot .top-lhala-shot__merit-content {
  margin: 0;
}

.top-lhala-shot .top-lhala-shot__merit-heading {
  margin: 0;
  font-size: 72px;
  line-height: 1;
}

.top-lhala-shot .top-lhala-shot__merit-lead {
  margin: 12px 0 42px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.top-lhala-shot .top-lhala-shot__merit-list {
  margin: 0;
}

.top-lhala-shot .top-lhala-shot__merit-list > .wp-block-group__inner-container {
  display: grid;
  gap: 30px;
}

.top-lhala-shot .top-lhala-shot__merit-item {
  margin: 0;
}

.top-lhala-shot .top-lhala-shot__merit-title {
  margin: 0 0 10px;
  color: #c42d25;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0;
}

@media (max-width: 959px) {
  .top-parallax.top-parallax--shot {
    background-position: center;
  }

  .top-lhala-shot__inner {
    padding: 72px 30px 88px;
  }

  .top-lhala-shot .top-lhala-shot__hero {
    margin-bottom: 72px;
  }

  .top-lhala-shot .top-lhala-shot__hero > .wp-block-group__inner-container,
  .top-lhala-shot .top-lhala-shot__merit > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .top-lhala-shot .top-lhala-shot__content {
    order: 1;
  }

  .top-lhala-shot .top-lhala-shot__image {
    order: 2;
    aspect-ratio: 1 / 1;
  }

  .top-lhala-shot .top-lhala-shot__heading {
    font-size: 48px;
    line-height: 1.05;
  }

  .top-lhala-shot .top-lhala-shot__subtitle {
    margin: 12px 0 44px;
    font-size: 14px;
  }

  .top-lhala-shot .top-lhala-shot__eyebrow {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .top-lhala-shot .top-lhala-shot__lead {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.75;
  }

  .top-lhala-shot .top-lhala-shot__text,
  .top-lhala-shot .top-lhala-shot__features-text,
  .top-lhala-shot .top-lhala-shot__merit-text {
    font-size: 14px;
    line-height: 1.9;
  }

  .top-lhala-shot .top-lhala-shot__text + .top-lhala-shot__text {
    margin-top: 20px;
  }

  .top-lhala-shot .top-lhala-shot__features {
    margin-bottom: 72px;
  }

  .top-lhala-shot .top-lhala-shot__features-heading,
  .top-lhala-shot .top-lhala-shot__merit-heading {
    display: block;
    font-size: 48px;
  }

  .top-lhala-shot .top-lhala-shot__features-heading::after {
    display: none;
  }

  .top-lhala-shot .top-lhala-shot__features-lead,
  .top-lhala-shot .top-lhala-shot__merit-lead {
    margin: 10px 0 36px;
    font-size: 12px;
  }

  .top-lhala-shot .top-lhala-shot__features-text {
    margin-bottom: 46px;
  }

  .top-lhala-shot .top-lhala-shot__ingredients > .wp-block-group__inner-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(6px, 2vw, 12px);
  }

  .top-lhala-shot .top-lhala-shot__ingredient > .wp-block-group__inner-container {
    padding: 10px;
  }

  .top-lhala-shot .top-lhala-shot__ingredient-title {
    font-size: clamp(11px, 2.6vw, 18px);
    line-height: 1.15;
  }

  .top-lhala-shot .top-lhala-shot__merit-image {
    aspect-ratio: 1 / 1;
  }

  .top-lhala-shot .top-lhala-shot__merit-list > .wp-block-group__inner-container {
    gap: 28px;
  }

  .top-lhala-shot .top-lhala-shot__merit-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.65;
  }
}

/* 19_top-product */
.top-product {
  background-color: #fff;
  color: #000;
}

.top-product__inner {
  max-width: 1210px;
  margin-inline: auto;
  padding: 120px 24px 132px;
}

.top-product .top-product__head {
  margin: 0 0 76px;
  text-align: center;
}

.top-product .top-product__heading {
  margin: 0;
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.top-product .top-product__lead {
  margin: 14px 0 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.top-product .top-product__list {
  margin: 0;
}

.top-product .top-product__card {
  margin: 0;
}

.top-product .top-product__card > .wp-block-group__inner-container {
  text-align: center;
}

.top-product .top-product__image {
  aspect-ratio: 1 / 1;
  margin: 0 0 34px;
  overflow: hidden;
  background-color: #f7f7f7;
}

.top-product .top-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-product .top-product__name-en {
  margin: 0 0 8px;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(10px, 1.4vw, 16px);
  font-weight: 400;
  line-height: 1.25;
}

.top-product .top-product__name-ja {
  margin: 0 0 20px;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 400;
  line-height: 1.55;
}

.top-product .top-product__labels {
  margin: 0;
}

.top-product .top-product__labels > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.top-product .top-product__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 34px;
  margin: 0;
  padding: 5px 18px;
  border-radius: 999px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
}

.top-product .top-product__label--pink {
  background: rgba(242, 225, 225, 0.8);
  color: rgba(196, 45, 37, 1);
}

.top-product .top-product__label--gray {
  background: rgba(245, 245, 245, 1);
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 959px) {
  .top-product__inner {
    padding: 78px 28px 92px;
  }

  .top-product .top-product__head {
    margin-bottom: 42px;
  }

  .top-product .top-product__heading {
    font-size: 60px;
  }

  .top-product .top-product__lead {
    margin-top: 12px;
    font-size: 13px;
  }

  .top-product .top-product__image {
    margin-bottom: 20px;
  }

  .top-product .top-product__name-en {
    margin-bottom: 6px;
    line-height: 1.25;
  }

  .top-product .top-product__name-ja {
    margin-bottom: 14px;
    line-height: 1.5;
  }

  .top-product .top-product__labels > .wp-block-group__inner-container {
    gap: 6px;
  }

  .top-product .top-product__label {
    min-width: 72px;
    min-height: 24px;
    padding: 4px 9px;
    font-size: 10px;
    line-height: 30px;
  }
}

/* 20_top-lhalala-seminar */
.top-parallax.top-parallax--seminar {
  background-position: center;
}

.top-lhalala-seminar {
  background-color: #fff;
  color: #000;
}

.top-lhalala-seminar__inner {
  max-width: 1210px;
  margin-inline: auto;
  padding: 116px 24px 132px;
}

.top-lhalala-seminar .top-lhalala-seminar__heading {
  margin: 0;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 86px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.top-lhalala-seminar .top-lhalala-seminar__lead {
  margin: 18px 0 78px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

.top-lhalala-seminar .top-lhalala-seminar__cards {
  margin: 0;
}

.top-lhalala-seminar .top-lhalala-seminar__cards > .wp-block-group__inner-container {
  display: grid;
  gap: 48px;
}

.top-lhalala-seminar .top-lhalala-seminar__card {
  margin: 0;
  border: 1px solid #c42d25;
  background-color: #fff;
}

.top-lhalala-seminar .top-lhalala-seminar__card > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
  padding: 58px 64px;
}

.top-lhalala-seminar .top-lhalala-seminar__content {
  margin: 0;
}

.top-lhalala-seminar .top-lhalala-seminar__title {
  margin: 0;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.top-lhalala-seminar .top-lhalala-seminar__subtitle {
  margin: 12px 0 22px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.top-lhalala-seminar .top-lhalala-seminar__divider {
  width: 52px;
  height: 1px;
  margin: 0 0 26px;
  background-color: #c42d25;
}

.top-lhalala-seminar .top-lhalala-seminar__rows {
  margin: 0;
}

.top-lhalala-seminar .top-lhalala-seminar__rows > .wp-block-group__inner-container {
  display: grid;
  gap: 22px;
}

.top-lhalala-seminar .top-lhalala-seminar__row {
  margin: 0;
}

.top-lhalala-seminar .top-lhalala-seminar__row > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: start;
  gap: 0 28px;
}

.top-lhalala-seminar .top-lhalala-seminar__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  min-height: 34px;
  margin: 0;
  padding: 6px 18px;
  border-radius: 999px;
  background-color: #c42d25;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.top-lhalala-seminar .top-lhalala-seminar__detail {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}

.top-lhalala-seminar .top-lhalala-seminar__detail-note {
  display: block;
  grid-column: 2;
  margin-top: -4px;
  font-size: 12px;
  line-height: 1.7;
}

.top-lhalala-seminar .top-lhalala-seminar__kit-note {
  grid-column: 2;
  margin: 6px 0 0;
  color: rgba(0, 0, 0, 1);
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}

.top-lhalala-seminar .top-lhalala-seminar__image {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
}

.top-lhalala-seminar .top-lhalala-seminar__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-lhalala-seminar .top-lhalala-seminar__cta {
  margin: 82px 0 0;
  text-align: center;
}

.top-lhalala-seminar .top-lhalala-seminar__button {
  margin: 0;
}

.top-lhalala-seminar .top-lhalala-seminar__button .swell-block-button__link {
  min-width: min(100%, 460px);
  min-height: 70px;
  border-radius: 999px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 959px) {
  .top-parallax.top-parallax--seminar {
    background-position: center;
  }

  .top-lhalala-seminar__inner {
    padding: 72px 20px 82px;
  }

  .top-lhalala-seminar .top-lhalala-seminar__heading {
    font-size: 52px;
  }

  .top-lhalala-seminar .top-lhalala-seminar__lead {
    margin: 12px 0 42px;
    font-size: 13px;
  }

  .top-lhalala-seminar .top-lhalala-seminar__cards > .wp-block-group__inner-container {
    gap: 34px;
  }

  .top-lhalala-seminar .top-lhalala-seminar__card > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 24px 18px 38px;
  }

  .top-lhalala-seminar .top-lhalala-seminar__content {
    order: 2;
  }

  .top-lhalala-seminar .top-lhalala-seminar__image {
    order: 1;
  }

  .top-lhalala-seminar .top-lhalala-seminar__title {
    font-size: 32px;
  }

  .top-lhalala-seminar .top-lhalala-seminar__subtitle {
    margin: 8px 0 18px;
    font-size: 12px;
  }

  .top-lhalala-seminar .top-lhalala-seminar__divider {
    margin-bottom: 28px;
  }

  .top-lhalala-seminar .top-lhalala-seminar__rows > .wp-block-group__inner-container {
    gap: 24px;
  }

  .top-lhalala-seminar .top-lhalala-seminar__row > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .top-lhalala-seminar .top-lhalala-seminar__label {
    width: fit-content;
    min-width: 118px;
    min-height: 28px;
    padding: 5px 16px;
    font-size: 12px;
    line-height: 1.35;
  }

  .top-lhalala-seminar .top-lhalala-seminar__detail {
    font-size: 12px;
    line-height: 1.9;
  }

  .top-lhalala-seminar .top-lhalala-seminar__detail-note {
    grid-column: auto;
    margin-top: -6px;
    font-size: 10px;
  }

  .top-lhalala-seminar .top-lhalala-seminar__kit-note {
    grid-column: auto;
    margin-top: 4px;
    font-size: 10px;
  }

  .top-lhalala-seminar .top-lhalala-seminar__cta {
    margin-top: 48px;
  }

  .top-lhalala-seminar .top-lhalala-seminar__button .swell-block-button__link {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    font-size: 16px;
  }
}

/* Top page English H2 typography */
.top-solution .top-solution__title-en,
.top-certificate .top-certificate__heading,
.top-supports .top-supports__heading,
.top-follow-up .top-follow-up__heading,
.top-philosophy .top-philosophy__heading,
.top-contents .top-contents__heading,
.top-about-lhalala .top-about-lhalala__heading,
.top-recommend .top-recommend__heading,
.top-product .top-product__heading,
.top-lhalala-seminar .top-lhalala-seminar__heading,
.top-silk-skin-peel .top-silk-skin-peel__heading,
.top-silk-skin-peel .top-silk-skin-peel__features-heading,
.top-lhala-secret .top-lhala-secret__heading,
.top-lhala-secret .top-lhala-secret__features-heading,
.top-lhala-secret .top-lhala-secret__merit-heading,
.top-lhala-shot .top-lhala-shot__heading,
.top-lhala-shot .top-lhala-shot__features-heading,
.top-lhala-shot .top-lhala-shot__merit-heading {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(64px, 6.6667vw, 96px);
  line-height: 50px;
  letter-spacing: 0;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 960px) {
  .top-supports .top-supports__heading,
  .top-follow-up .top-follow-up__heading,
  .top-philosophy .top-philosophy__heading,
  .top-contents .top-contents__heading,
  .top-about-lhalala .top-about-lhalala__heading,
  .top-recommend .top-recommend__heading,
  .top-product .top-product__heading,
  .top-lhalala-seminar .top-lhalala-seminar__heading {
    text-align: center;
  }
}

@media (max-width: 959px) {
  .top-supports__inner,
  .top-contents__inner,
  .top-lhala-secret__inner,
  .top-lhala-shot__inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .top-philosophy .top-philosophy__heading {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    line-height: 45px;
    letter-spacing: 0;
  }

  .top-philosophy .top-philosophy__catch {
    max-width: 280px;
    font-size: 24px;
    line-height: 1.55;
  }

  .top-philosophy .top-philosophy__text,
  .top-philosophy .top-philosophy__text p {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .top-recommend .top-recommend__heading {
    font-size: 48px;
    line-height: 45px;
  }
}
