@charset "UTF-8";

/* ---------------------------------------------------------------- */
/* #region Ultora Nyusankin Layout  */
/* ---------------------------------------------------------------- */

.ulNsk {
}
.ulNsk__head {
}
.ulNsk__revolution {
}
.ulNsk__birth {
  position: relative;
  background-color: var(--color-offBlack);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 128px;
  padding-bottom: 16px;
  @media (min-width: 769px) {
    background-size: cover;
    padding-bottom: 80px;
  }
}
.ulNsk__birthBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ulNsk__birthBg > img {
  translate: -10% 0;
  height: auto;
  @media (min-width: 769px) {
    translate: 0% 0;
    width: 100%;
  }
}
.ulNsk__birthBody {
  position: relative;
  z-index: 1;
}
.ulNsk__formulation {
  padding-bottom: 56px;
  @media (min-width: 769px) {
    padding-bottom: 80px;
  }
}
.ulNsk__scope {
  padding-top: 128px;
  background-image: linear-gradient(180deg, #6FA4BA 0%, #D0E2F3 100%);
}
.ulNsk__items {
  padding-top: 96px;
  padding-bottom: 80px;
  @media (min-width: 769px) {
    padding-top: 96px;
    padding-bottom: 110px;
  }
}
.ulNsk__imgNav {
}

/* #endregion Ultora Nyusankin Layout */


/* ---------------------------------------------------------------- */
/* #region Ultora Nyusankin Revolution */
/* ---------------------------------------------------------------- */

.revolution {
  position: relative;
  background-color: #EAE3D9;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 40px;
  @media (min-width: 769px) {
    padding-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 128px;
  }
}
.revolution__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1320px;
  mix-blend-mode: screen;
  opacity: 0.5;
}
.revolution__bg img {
  width: 100%;
  height: auto;
}
.revolution__inner {
  padding-left: 16px;
  padding-right: 16px;
  @media (min-width: 769px) {
    padding-left: 64px;
    padding-right: 64px;
    width: 100%;
    max-width: 1228px; /* 1100px + 64px * 2 */ 
  }
}
.revolution__top {
  position: relative;
  z-index: 1;
}
.revolution__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 227px;
  overflow: hidden;

  padding-left: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  @media (min-width: 769px) {
    height: 405px;
    padding-left: max(calc((100% - 1100px) / 2), 64px); /* 1100 = 1228 - 64*2 */
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
.revolution__image img {
  border-radius: 10px 0 0 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.revolution__bottom {
  position: relative;
  z-index: 1;
  @media (min-width: 769px) {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-right: 174px; /* revolution__inner を上書き*/
  }
}
.revolution__eyebrow {
  font-family: var(--font-HankenGrotesk);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.13px;
  margin-bottom: 40px;
}
.revolution__heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.48px;
  margin-bottom: 64px;
  @media (min-width: 769px) {
    margin-bottom: 40px;
  }
}
.revolution__quote {
  width: 27px;
  height: auto;
  margin-bottom: 16px;
}
.revolution__copy {
  font-family: var(--font-HankenGrotesk);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.28px;
  margin-bottom: 40px;
}
.revolution__text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
  margin-bottom: 32px;
}
.revolution__text:last-child{
  margin-bottom: 0;
}
.revolution__though{
  display: flex;
  flex-direction: column;
  gap: 10px;

  font-size: 17px;
  font-weight: 700;
  line-height: 100%;

  margin-bottom: 40px;
  @media (min-width: 769px) {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.revolution__obi {
  background-color: var(--color-white);
  padding: 0px 3px 1px 3px;
  margin-right: 2px;

  color: var(--color-gold);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

/* #endregion Ultora Nyusankin Revolution */


/* ---------------------------------------------------------------- */
/* #region Ultora Nyusankin Message */
/* ---------------------------------------------------------------- */

.ulNskMessage {
  position: relative;
  width: 100%;
  height: 204px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  @media (min-width: 769px) {
    height: 258px;
  }
}
.ulNskMessage__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.ulNskMessage__text {
  color: var(--color-gold);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
  @media (min-width: 769px) {
    font-size: 20px;
  }
}

/* #endregion Ultora Nyusankin Revolution */


/* ---------------------------------------------------------------- */
/* #region Ultora Nyusankin Birth */
/* ---------------------------------------------------------------- */

.birth {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.birth__heading {
  color: var(--color-white);
  text-align: center;
  text-shadow: 0 0 48px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.4px;
  margin-bottom: 40px;
}
.birth__line {
  width: 0.5px;
  height: 100px;
  background-color: var(--color-white);
  margin-bottom: 40px;
  @media (min-width: 769px) {
    height: 50px;
  }
}
.birth__text {
  color: var(--color-white);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  margin-bottom: 24px;
}
.birth__obi {
  background-color: var(--color-white);
  padding: 0px 3px 1px 3px;
  margin-right: 2px;
  color: var(--color-offBlack);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.birth__note {
  color: var(--color-white);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 80px;
}
.birth__benefits {
}

/* benefit */
.birthBenefit {
  background: var(--color-offWhite);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
  @media (min-width: 769px) {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.birthBenefit__eyebrow {
  color: var(--color-gray);
  text-align: center;
  font-family: var(--font-HankenGrotesk);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.13px;
  margin-bottom: 8px;
}
.birthBenefit__heading {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.48px;
  margin-bottom: 32px;
}
.birthBenefit__image {
  margin-bottom: 32px;
}
.birthBenefit__image > img {
  width: 100%;
  max-width: 326px;
  height: auto;
}
.birthBenefit__text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  margin-bottom: 16px;
}
.birthBenefit__note {
  width: 100%;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
}

/* #endregion Ultora Nyusankin Birth */


/* ---------------------------------------------------------------- */
/* #region Ultora Nyusankin Formulation */
/* ---------------------------------------------------------------- */

.formulation {
}
.formulation__heading {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: var(--color-gold);
  color: var(--color-white);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 40px;
  @media (min-width: 769px) {
    margin-bottom: 56px;
  }
}
.formulation__row {
  margin-bottom: 56px;
  @media (min-width: 769px) {
    display: flex;
    gap: 56px;
    justify-content: space-between;
    align-items: center;
  }
}
.formulation__row:last-child{
  margin-bottom: 0;
}
.formulation__col {
  flex: 0 1 390px;
  margin-bottom: 40px;
  @media (min-width: 769px) {
    margin-bottom: 0;
  }
}
.formulation__col:last-child{
  margin-bottom: 0;
}
.formulation__col img {
  width: 100%;
  height: auto;
}
.formulation__subheading {
  padding-left: 16px;
  padding-right: 16px;

  color: var(--color-gold);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.44px;

  margin-bottom: 24px;
  @media (min-width: 769px) {
    padding-left: 0;
    padding-right: 0;
  }
}
.formulation__text {
  padding-left: 16px;
  padding-right: 16px;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;

  margin-bottom: 24px;
  @media (min-width: 769px) {
    padding-left: 0;
    padding-right: 0;
  }
}
.formulation__text:last-child{
  margin-bottom: 0;
}
.formulation__image {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
.formulation__image > img {
  width: 100%;
  height: auto;
}
.formulation__professional {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  @media (min-width: 769px) {
  padding-left: 0;
  padding-right: 0;
  }
}

/* professional */
.professional {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 10px;
  border: 1px solid var(--color-black-alpha);
}
.professional__heading {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 32px;
}
.professional__text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  margin-bottom: 32px;
}
.professional__profile {
}

/* profile */  
.profile {
  display: flex;
  gap: 16px;
  align-items: center;
}
.profile__image {
  flex: 0 0 104px;
  line-height: 0;
}
.profile__body {
}
.profile__name {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 8px;
}
.profile__text {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

/* #endregion Ultora Nyusankin Formulation */


/* ---------------------------------------------------------------- */
/* #region Ultora Nyusankin Scope */
/* ---------------------------------------------------------------- */

.scope {
  position: relative;
}
.scope__container {
  @media (min-width: 769px) {
    position: relative;
    z-index: 1;
    padding-bottom: 357px;
  }
}
.scope__image {
  line-height: 0;
  @media (min-width: 769px) {
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.scope__image img {
  width: 100%;
  height: auto;
  @media (min-width: 769px) {
    max-width: 1440px;
  }
}
.scope__eyebrow {
  color: var(--color-white);
  font-family: var(--font-HankenGrotesk);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.13px;
  margin-bottom: 40px;
}
.scope__heading {
  color: var(--color-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.48px;
  margin-bottom: 40px;
}
.scope__text {
  color: var(--color-white);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  margin-bottom: 40px;
}
.scope__text:last-child{
  margin-bottom: 0;
}
.scope__obi {
  background: var(--color-white);
  padding: 0px 3px 1px 3px;
  margin-right: 2px;
  color: var(--color-offBlack);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.scope__quote {
  width: 27px;
  height: auto;
  margin-bottom: 24px;
}
.scope__message {
  color: var(--color-offWhite);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

/* #endregion Ultora Nyusankin Scope */


/* ---------------------------------------------------------------- */
/* #region Ultora Nyusankin ITEM */
/* ---------------------------------------------------------------- */

.itemList {
}
.itemList__heading {
  margin-bottom: 32px;
  @media (min-width: 769px) {
    margin-bottom: 48px;
  }
}
.itemList__body {
}

/* アイテム見出し */
.itemHeading {
  font-family: var(--font-HankenGrotesk);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.6px;
}

/* #endregion Ultora Nyusankin ITEM */