@charset "UTF-8";

.mp-male-menopause-page {
  --mm-brown: var(--mp-color-menopause-brown);
  --mm-orange: var(--mp-color-menopause-orange);
  --mm-orange-dark: var(--mp-color-menopause-orange-dark);
  --mm-gold: var(--mp-color-menopause-gold);
  --mm-dark: var(--mp-color-menopause-dark);
  padding-top: 84px;
  color: var(--mm-brown);
  background: var(--mp-color-white);
}

.mp-male-menopause {
  overflow: hidden;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  line-height: 1.75;
  letter-spacing: 0.07em;
}

.mp-male-menopause,
.mp-male-menopause *,
.mp-male-menopause *::before,
.mp-male-menopause *::after {
  font-weight: normal !important;
}

.mp-male-menopause > .screen-reader-text {
  overflow: visible;
}

.mp-male-menopause img {
  display: block;
  max-width: 100%;
}

.mp-male-menopause h2,
.mp-male-menopause h3,
.mp-male-menopause p,
.mp-male-menopause ul,
.mp-male-menopause ol {
  margin-top: 0;
}

.mp-male-menopause-container {
  width: min(var(--mp-container-max), calc(100% - 96px));
  margin-inline: auto;
}

.mp-male-menopause-hero {
  position: relative;
  z-index: 3;
  width: 100%;
  aspect-ratio: 2160 / 795;
  overflow: visible;
}

.mp-male-menopause-hero__visual {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.mp-male-menopause-hero picture,
.mp-male-menopause-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.mp-male-menopause-hero__cta {
  position: absolute;
  z-index: 3;
  top: 62%;
  left: 12%;
  display: block;
  width: 26.852%;
}

.mp-male-menopause-intro {
  position: relative;
  padding: 72px 0 0;
  background: #EAE6E6;
}

.mp-male-menopause-intro__lead,
.mp-male-menopause-symptoms,
.mp-male-menopause-depression {
  position: relative;
  z-index: 2;
}

.mp-male-menopause-intro__lead {
  z-index: 3;
  display: grid;
  grid-template-columns: 440px minmax(0, 1fr);
  align-items: center;
  gap: 48px;
}

.mp-male-menopause-intro__person img {
  width: 100%;
}

.mp-male-menopause-intro__copy {
  color: var(--mm-brown);
}

.mp-male-menopause-intro__labels {
  display: flex;
  gap: 13px;
  margin-bottom: 26px;
}

.mp-male-menopause-intro__labels span {
  display: grid;
  place-items: center;
  min-width: 217px;
  height: 42px;
  border: 1px solid var(--mm-brown);
  border-radius: var(--mp-radius-pill);
  font-size: 26px;
  font-weight: var(--mp-font-weight-semibold);
  letter-spacing: 0;
}

.mp-male-menopause-intro__copy h2 {
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: var(--mp-font-weight-semibold);
  line-height: 1.4;
  letter-spacing: -0.03em;

}

.mp-male-menopause-intro__copy > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}

.mp-male-menopause-symptoms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 19px;
  margin-top: 60px;
  padding-bottom: 72px;
}

.mp-male-menopause-symptom-card {
  display: flex;
  align-items: center;
  min-height: 108px;
  padding: 18px 38px;
  background: var(--mp-color-white);
  border: 3px solid var(--mm-brown);
  border-radius: 20px;
}

.mp-male-menopause-symptom-card > img {
  flex: 0 0 29px;
  width: 29px;
  margin-right: 25px;
}

.mp-male-menopause-symptom-card h3 {
  margin-bottom: 8px;
  color: var(--mm-brown);
  font-size: 24px;
  font-weight: var(--mp-font-weight-medium);
  line-height: 1.35;
  white-space: nowrap;
}

.mp-male-menopause-symptom-card p {
  margin-bottom: 0;
  color: var(--mm-brown);
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (min-width: 1024px) {
  .mp-male-menopause-intro {
    z-index: 2;
    padding-top: 130px;
    overflow: hidden;
    isolation: isolate;
  }

  .mp-male-menopause-intro::before {
    position: absolute;
    z-index: 1;
    top: -36.806vw;
    left: 0;
    width: 100vw;
    height: 75vw;
    content: "";
    /*background: url("../../images/male-menopause/hero-overlay-pc.webp") top left / 100vw auto no-repeat;*/
    pointer-events: none;
  }

  .mp-male-menopause-intro__lead {
    grid-template-columns: 440px minmax(0, 1fr);
    align-items: start;
    gap: 29px;
  }

  .mp-male-menopause-intro__person {
    height: 301px;
  }

  .mp-male-menopause-intro__person img {
    width: 440px;
    height: 297px;
    object-fit: contain;
    object-position: center bottom;
    margin-left: 20px;
  }

  .mp-male-menopause-intro__copy {
    padding-top: 11px;
  }

  .mp-male-menopause-intro__labels {
    margin-bottom: 4px;
  }

  .mp-male-menopause-intro__labels span {
    color: var(--mp-color-white);
    border: 0;
  }

  .mp-male-menopause-intro__labels span:first-child {
    background: #BF363A;
  }

  .mp-male-menopause-intro__labels span:last-child {
    background: #cd8c41;
  }

  .mp-male-menopause-intro__copy h2 {
    margin-bottom: 4px;
  }

  .mp-male-menopause-symptoms {
    grid-template-rows: repeat(3, 108px);
    grid-auto-flow: column;
    margin-top: -46px;
  }

  .mp-male-menopause-symptom-card > img {
    display: none;
  }

  .mp-male-menopause-symptom-card::before {
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    margin-right: 25px;
    border: 1px solid #9d8585;
    content: "";
  }
}

.mp-male-menopause-depression {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 816px;
  overflow: hidden;
  color: var(--mp-color-white);
  background: linear-gradient(to right, #1c1c1c 0%, #2f2f2f 100%);
}

.mp-male-menopause-depression picture,
.mp-male-menopause-depression picture::after {
  position: absolute;
  inset: 0;
}

.mp-male-menopause-depression picture::after {
  content: "";
  background: linear-gradient(180deg, rgb(0 0 0 / 8%), rgb(0 0 0 / 48%));
}

.mp-male-menopause-depression img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-male-menopause-depression p {
  position: relative;
  z-index: 1;
  margin: 500px 0 0;
  font-size: 35px;
  line-height: 1.65;
  text-align: center;
  letter-spacing: 0.07em;
}

.mp-male-menopause-depression p span,
.mp-male-menopause-depression p strong {
  display: block;
}

@media screen and (min-width: 1024px) {
  .mp-male-menopause-depression {
    min-height: 0;
    height: 482px;
    background: linear-gradient(to right, #1c1c1c 0%, #2f2f2f 100%);
    clip-path: polygon(0 0, 50% 98px, 100% 0, 100% 100%, 0 100%);
  }

  .mp-male-menopause-depression picture {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0px;
  }

  .mp-male-menopause-depression picture::after {
    background: none;
  }

  .mp-male-menopause-depression picture img {
    width: auto;
    max-width: none;
    height: 640px;
    object-fit: contain;
    transform: translateY(-145px);
  }

  .mp-male-menopause-depression p {
    position: absolute;
    top: 63%;
    left: 50%;
    width: 100%;
    margin: 0;
    transform: translateX(-50%);
    line-height: 1.3;
    letter-spacing: 0.04em;
  }

  .mp-male-menopause-depression p span {
    font-size: 26px;
    font-weight: var(--mp-font-weight-regular);
  }

  .mp-male-menopause-depression p strong {
    font-size: 46px;
    font-weight: var(--mp-font-weight-bold) !important;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

.mp-male-menopause-cause {
  padding: 32px 0 112px;
  background: var(--mp-color-white);
}

.mp-male-menopause-cause h2,
.mp-male-menopause-treatment h2,
.mp-male-menopause-benefits > .mp-male-menopause-container > h2,
.mp-male-menopause-requirements > .mp-male-menopause-container > h2 {
  margin-bottom: 50px;
  font-size: 35px;
  font-weight: var(--mp-font-weight-medium);
  line-height: 1.65;
  text-align: center;
  letter-spacing: 0;
}

.mp-male-menopause .mp-male-menopause-benefits > .mp-male-menopause-container > h2 {
  margin-bottom: 0px;
}

.mp-male-menopause-cause__grid {
  display: grid;
  grid-template-columns: 477px minmax(0, 649px);
  justify-content: center;
  gap: 69px;
}

.mp-male-menopause-cause__chart {
  align-self: start;
}

.mp-male-menopause-cause__chart > picture {
  display: block;
}

.mp-male-menopause-cause__chart img {
  width: 461px;
  padding-top: 20px;
}

.mp-male-menopause .mp-male-menopause-cause__warning {
  display: flex;
  align-items: center;
  min-height: 67px;
  margin: 20px 0 0;
  padding: 8px 12px;
  border: 4px solid #171717;
  color: #171717;
  background: #ffcd1f;
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: var(--mp-font-weight-bold);
  line-height: 1.45;
}

.mp-male-menopause-cause__warning img {
  flex: 0 0 auto;
  width: 40px;
  margin-right: 12px;
  padding-top: 0;
}

.mp-male-menopause-cause__underline {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.mp-male-menopause-cause__content p {
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 1.75;
}

.mp-male-menopause-cause__content h3 {
  margin-bottom: 7px;
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.mp-male-menopause-risks {
  display: grid;
  gap: 19px;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}

.mp-male-menopause-risks li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 10px 20px 10px 61px;
  color: var(--mp-color-white);
  background: var(--mm-brown);
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 600 !important;
  line-height: 1.45;
}

.mp-male-menopause-risks li::before {
  position: absolute;
  left: 20px;
  width: 29px;
  height: 28px;
  content: "";
  background: url("../../images/male-menopause/check-icon.svg") center / contain no-repeat;
}

.mp-male-menopause-cause__definition {
  margin-top: 36px;
  font-size: 20px !important;
  line-height: 1.8 !important;
}

.mp-male-menopause-cause__definition-gothic {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 700 !important;
}

.mp-male-menopause-cause__definition strong {
  display: inline-block;
  padding: 2px 14px;
  color: var(--mp-color-white);
  background: #bf363a;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 30px;
  border-radius: 10px;
  font-weight: var(--mp-font-weight-semibold) !important;
}

.mp-male-menopause-test {
  padding: 20px 0 76px;
  color: var(--mp-color-white);
  background: var(--mm-brown);
}

.mp-male-menopause-test__heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(1000px, calc(100% - 96px));
  min-height: 205px;
  margin: 0 auto -3px;
}

.mp-male-menopause-test__heading img {
  align-self: flex-end;
  width: 235px;
  margin-right: 25px;
}

.mp-male-menopause-test__heading h2 {
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 35px;
  line-height: 1.4;
  text-align: center;
}

.mp-male-menopause-test__panel {
  width: min(1194px, calc(100% - 96px));
  margin-inline: auto;
  padding: 42px 88px 74px;
  color: var(--mm-brown);
  background: #f4eeee;
  border-radius: var(--mp-radius-md);
}

.mp-male-menopause-test__description {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.7;
}

.mp-male-menopause-test__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.mp-male-menopause-test__features article {
  min-height: 148px;
  padding: 19px 25px 25px 155px;
  background: var(--mp-color-white);
  border-radius: var(--mp-radius-md);
}

.mp-male-menopause-test__features img {
  float: left;
  width: 112px;
  margin: 0 0 0 -132px;
}

.mp-male-menopause-test__features h3 {
  margin: 8px 0 10px;
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
}

.mp-male-menopause-test__features p {
  margin-bottom: 0;
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.mp-male-menopause-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: min(606px, 100%);
  min-height: 104px;
  margin: 48px auto 0;
  padding: 15px 36px;
  color: var(--mp-color-white) !important;
  background: var(--mm-orange);
  border-radius: var(--mp-radius-md);
  box-shadow: var(--mp-shadow-sm);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: var(--mp-font-weight-medium);
  line-height: 1.4;
  text-align: center;
}

.mp-male-menopause-button span {
  display: block;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  color: transparent;
  background: url("../../images/male-menopause/test-button-arrow.svg") center / contain no-repeat;
  font-size: 0;
}

@media screen and (min-width: 1024px) {
  .mp-male-menopause-test {
    padding-bottom: 59px;
  }

  .mp-male-menopause-test__heading {
    display: block;
    width: 740px;
    min-height: 221px;
    transform: translateX(85px);
  }

  .mp-male-menopause-test__heading img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 235px;
    margin: 0;
  }

  .mp-male-menopause-test__heading h2 {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 2;
    display: grid;
    place-content: center;
    width: 579px;
    min-height: 166px;
    padding: 18px 64px 18px 32px;
    border: 0;
    color: var(--mm-orange);
    background: url("../../images/male-menopause/test-heading-bubble.svg") center / 100% 100% no-repeat;
    border-radius: 0;
    font-size: 35px;
    font-weight: 600 !important;
    line-height: 1.35;
  }

  .mp-male-menopause-test__heading h2::before {
    position: absolute;
    top: -31px;
    left: -12px;
    width: 63px;
    height: 75px;
    content: "";
    background: url("../../images/male-menopause/test-heading-accent.svg") center / contain no-repeat;
  }

  .mp-male-menopause-test__heading h2::after {
    content: none;
  }

  .mp-male-menopause-test__panel {
    padding-bottom: 74px;
    border-radius: 20px;
  }

  .mp-male-menopause-test__description {
    margin-bottom: 42px !important;
  }

  .mp-male-menopause-test__features {
    gap: 36px;
  }

  .mp-male-menopause-test__features article {
    border: 0;
    border-radius: 0;
  }

  .mp-male-menopause-test__features h3 {
    font-size: 28px;
    font-weight: 600 !important;
    text-align: left;
  }

  .mp-male-menopause-button--test {
    position: relative;
    border-radius: 40px;
    box-shadow: none;
  }

  .mp-male-menopause-button--test span {
    position: absolute;
    right: -22px;
  }
}

.mp-male-menopause-treatment {
  padding: 82px 0 99px;
  color: var(--mp-color-white);
  background: #190e0f;
}

.mp-male-menopause-treatment h2 {
  margin-bottom: 50px;
}

.mp-male-menopause-treatment__grid {
  display: grid;
  grid-template-columns: 508px 438px;
  justify-content: center;
  align-items: center;
  gap: 45px;
}

.mp-male-menopause-treatment__copy > p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.75;
}

.mp-male-menopause-treatment__price {
  margin: 20px 0;
  color: var(--mm-orange);
}

.mp-male-menopause-treatment__price span,
.mp-male-menopause-treatment__price strong,
.mp-male-menopause-treatment__price em {
  display: block;
  font-style: normal;
}

.mp-male-menopause-treatment__price span {
  font-size: 21px;
}

.mp-male-menopause-treatment__price strong {
  font-size: 35px;
  line-height: 1.4;
}

.mp-male-menopause-treatment__price em {
  font-size: 21px;
  text-align: right;
}

.mp-male-menopause-treatment__image {
  width: 438px;
}

@media screen and (min-width: 1024px) {
  .mp-male-menopause-treatment {
    padding: 72px 0;
    background: var(--mp-color-white);
  }

  .mp-male-menopause-treatment > .mp-male-menopause-container {
    width: min(1200px, calc(100% - 96px));
    padding: 42px 0 66px;
    background: #1D1212;
  }

  .mp-male-menopause-treatment h2 {
    width: 991px;
    margin: 0 auto 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--mm-orange);
    font-size: 35px;
    line-height: 1.55;
    transform: translateX(45px);
  }

  .mp-male-menopause-treatment__grid {
    position: relative;
    left: 45px;
    align-items: start;
  }

  .mp-male-menopause-treatment__price {
    margin: 20px 0 14px;
  }

  .mp-male-menopause-treatment__pc-break {
    display: none;
  }

  .mp-male-menopause-treatment__price > span {
    font-size: 28px;
  }

  .mp-male-menopause-treatment__amount {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
  }

  .mp-male-menopause-treatment__amount small,
  .mp-male-menopause-treatment__amount em {
    font-size: 16px;
  }

  .mp-male-menopause-treatment__amount strong {
    margin: 0 4px;
    font-size: 46px;
    line-height: 1.25;
  }

  .mp-male-menopause-treatment__amount em {
    margin-left: 2px;
    text-align: left;
  }
}

.mp-male-menopause-benefits {
  position: relative;
  padding: 80px 0 84px;
  color: var(--mp-color-white);
  background: linear-gradient(180deg, #000 0%, #634546 100%);
}

.mp-male-menopause .mp-male-menopause-benefits__backdrop {
  display: none;
}

.mp-male-menopause-benefits__lead {
  margin: -35px 0 54px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.mp-male-menopause-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mp-male-menopause-benefit-card img {
  width: 100%;
  aspect-ratio: 286 / 200;
  object-fit: cover;
}

.mp-male-menopause-benefit-card h3 {
  margin: 20px 0 18px;
  font-size: 20px;
  font-weight: var(--mp-font-weight-semibold);
  line-height: 1.4;
  letter-spacing: 0;
}

.mp-male-menopause-benefit-card p {
  margin-bottom: 0;
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
}

.mp-male-menopause-timeline {
  position: relative;
  margin-top: 70px;
  padding-top: 60px;
}

.mp-male-menopause-timeline::before {
  position: absolute;
  z-index: 0;
  top: 125px;
  left: 50%;
  width: max(100vw, 900px);
  aspect-ratio: 1440 / 125;
  content: "";
  background: url("../../images/male-menopause/timeline-curve.png") center / 100% 100% no-repeat;
  transform: translateX(-50%);
  opacity: 0.4;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .mp-male-menopause-timeline::before {
    background-image: url("../../images/male-menopause/timeline-curve-pc-v3.webp");
    mix-blend-mode: multiply;
    opacity: 1;
  }
}

.mp-male-menopause-timeline > img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 252px;
  transform: translateX(-50%);
}

.mp-male-menopause-timeline > h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: var(--mp-font-weight-medium);
  line-height: 1.6;
  text-align: center;
}

.mp-male-menopause-timeline > p {
  position: relative;
  z-index: 1;
  width: min(950px, 100%);
  font-size: 16px;
}

.mp-male-menopause-timeline ol {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-male-menopause-timeline li {
  display: grid;
  grid-template-columns: 335px 1fr;
  align-items: center;
  gap: 54px;
}

.mp-male-menopause-timeline li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  margin: 0;
  padding: 18px 42px;
  background: var(--mm-orange);
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600 !important;
}

.mp-male-menopause-timeline li p {
  margin: 0;
  font-size: 20px;
  line-height: 1.75;
}

.mp-male-menopause-timeline__note {
  margin-top: 30px !important;
  font-size: 14px !important;
}

@media screen and (min-width: 1024px) {
  .mp-male-menopause-benefits {
    overflow: hidden;
    padding-top: 80px;
    background: linear-gradient(180deg, #000 0%, #634546 100%);
  }

  .mp-male-menopause .mp-male-menopause-benefits__backdrop {
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 0;
    display: block;
    width: 1100px;
    max-width: none;
    transform: translateX(-50%);
  }

  .mp-male-menopause-benefits > .mp-male-menopause-container {
    position: relative;
    z-index: 1;
  }

  .mp-male-menopause-benefits__lead {
    margin-bottom: 28px !important;
  }

  .mp-male-menopause-benefits__grid {
    margin-top: 60px;
    /*margin-bottom: -20px;*/
  }

  .mp-male-menopause-benefit-card p {
    font-weight: var(--mp-font-weight-regular);
  }

  .mp-male-menopause-timeline {
    margin-top: 97px;
  }

  .mp-male-menopause-timeline > img {
    top: -46px;
    left: 20%;
    width: 230px;
  }

  .mp-male-menopause-timeline > p:not(.mp-male-menopause-timeline__note) {
    margin-right: auto;
    margin-bottom: 43px !important;
    margin-left: auto;
    text-align: center;
  }

  .mp-male-menopause-timeline ol {
    gap: 65px;
  }

  .mp-male-menopause-timeline li {
    gap: 35px;
  }
}

.mp-male-menopause-requirements {
  padding: 49px 0 84px;
  color: var(--mm-brown);
  background: var(--mp-color-white);
}

.mp-male-menopause .mp-male-menopause-requirements__icon {
  width: 169px;
  margin: 0 auto 12px;
}

.mp-male-menopause-requirements > .mp-male-menopause-container > h2 {
  margin-bottom: 18px;
}

.mp-male-menopause-requirements__lead {
  margin-bottom: 35px;
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: var(--mp-font-weight-bold);
  line-height: 1.75;
  text-align: center;
}

.mp-male-menopause-requirements__steps {
  border-top: 1px solid var(--mm-orange);
}

.mp-male-menopause-step {
  display: grid;
  grid-template-columns: minmax(0, 659px) 430px;
  justify-content: space-between;
  gap: 80px;
  padding: 48px 0 40px;
}

.mp-male-menopause-step + .mp-male-menopause-step {
  border-top: 1px solid #ddd;
}

.mp-male-menopause-step__copy {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-content: start;
}

.mp-male-menopause-step__copy > span {
  grid-row: 1;
  align-self: center;
  font-family: "Noto Serif JP", serif;
  font-size: 45px;
  line-height: 1;
  font-weight: 500 !important;
}

.mp-male-menopause-step h3 {
  align-self: center;
  margin: 7px 0 22px;
  font-size: 22px;
  font-weight: var(--mp-font-weight-semibold);
  line-height: 1.4;
  letter-spacing: 0;
}

.mp-male-menopause-step p {
  grid-column: 1 / -1;
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.75;
}

.mp-male-menopause-step > img {
  width: 430px;
  height: 201px;
  object-fit: cover;
}

.mp-male-menopause-self-check {
  background: #eae6e6;
}

@media screen and (min-width: 1024px) {
  .mp-male-menopause-requirements {
    padding: 43px 0 36px;
    background: #EAE6E6;
  }

  .mp-male-menopause-requirements > .mp-male-menopause-container {
    display: grid;
    grid-template-columns: 112px 1fr;
    grid-template-rows: 77px 49px auto;
    column-gap: 18px;
  }

  .mp-male-menopause .mp-male-menopause-requirements__icon {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 112px;
    margin: 0;
  }

  .mp-male-menopause-requirements > .mp-male-menopause-container > h2 {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin: 0;
    font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 600 !important;
    line-height: 1.3;
    text-align: left;
  }

  .mp-male-menopause-requirements__lead {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin: 0;
    text-align: left;
  }

  .mp-male-menopause-requirements__steps {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 16px;
    border-top: 4px dashed var(--mm-orange);
  }

  .mp-male-menopause-step {
    grid-template-columns: 659px 430px;
    justify-content: start;
    gap: 65px;
    padding: 49px 0 0;
  }

  .mp-male-menopause-step + .mp-male-menopause-step {
    border-top: 0;
  }

  .mp-male-menopause-step__copy {
    grid-template-columns: 75px 1fr;
  }

  .mp-male-menopause-step__copy > span {
    color: var(--mm-orange);
  }

  .mp-male-menopause-step h3 {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .mp-male-menopause-step > img {
    height: 198px;
    transform: translateY(-7px);
  }

  .mp-male-menopause-step + .mp-male-menopause-step .mp-male-menopause-step__copy {
    transform: translateY(-5px);
  }

  .mp-male-menopause-step + .mp-male-menopause-step > img {
    transform: translateY(-13px);
  }
}

.mp-male-menopause-self-check__bridge {
  position: relative;
  z-index: 2;
  padding: 72px 23px 64px;
  color: var(--mp-color-white);
  background: #060606;
  text-align: center;
}

.mp-male-menopause-self-check__bridge p {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.5;
}

.mp-male-menopause-self-check__bridge strong {
  display: block;
  color: #CD8C41;
  font-size: 35px;
  font-style: italic;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .mp-male-menopause-self-check__bridge {
    height: 493px;
    padding: 188px 20px 40px;
    background: #eae6e6 url("../../images/male-menopause/closing-pc.webp") center bottom / cover no-repeat;
    background-size: 130%;
    background-position: bottom 0 left 0px;
    background-color: #eae6e6 !important;
    clip-path: polygon(0 0, 50% 102px, 100% 0, 100% 100%, 0 100%);
  }

  .mp-male-menopause-self-check__bridge p {
    margin: 0;
    font-size: 35px;
    line-height: 42px;
  }

  .mp-male-menopause-self-check__bridge strong {
    margin: 39px 0 22px;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -2px;
  }
}

.mp-male-menopause-self-check__visual {
  position: relative;
  height: 510px;
  overflow: hidden;
  background: #fff;
}

.mp-male-menopause-self-check__background,
.mp-male-menopause-self-check__background img {
  width: 100%;
  height: 100%;
}

.mp-male-menopause-self-check__background img {
  object-fit: cover;
}

.mp-male-menopause .mp-male-menopause-self-check__doctor {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 326px;
  transform: translateX(-50%);
}

.mp-male-menopause-self-check__bubble {
  position: absolute;
  z-index: 1;
  top: 95px;
  display: grid;
  place-items: center;
  width: 213px;
  height: 211px;
  margin: 0;
  padding: 32px 26px;
  color: var(--mp-color-white);
  background: transparent;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

.mp-male-menopause-self-check__bubble::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: url("../../images/male-menopause/self-check-bubble.svg") center / contain no-repeat;
}

.mp-male-menopause-self-check__bubble--left::before {
  transform: scaleX(-1);
}

.mp-male-menopause-self-check__bubble--left {
  left: calc(50% - 390px);
}

.mp-male-menopause-self-check__bubble--right {
  right: calc(50% - 390px);
}

.mp-male-menopause-self-check__content {
  padding: 70px 0 66px;
  color: var(--mm-brown);
  background: #fff;
  text-align: center;
}

.mp-male-menopause-self-check__content-inner > h2 {
  margin-bottom: 42px;
  font-size: 35px;
  font-weight: var(--mp-font-weight-medium);
  line-height: 1.6;
}

.mp-male-menopause .mp-male-menopause-self-check__arrows {
  display: none;
}

.mp-male-menopause-self-check__prompt {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: var(--mp-font-weight-medium);
}

.mp-male-menopause-self-check__logo-card {
  display: block;
  width: min(841px, 100%);
  min-height: 0;
  margin: 0 auto 15px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--mm-brown);
}

.mp-male-menopause-self-check__logo-card img {
  width: 100%;
}

.mp-male-menopause-self-check__logo-card picture {
  display: block;
}

.mp-male-menopause-self-check__logo-card span {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 600 !important;
}

.mp-male-menopause-self-check__content-inner > p:last-of-type {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (min-width: 1024px) {
  .mp-male-menopause-self-check__visual {
    height: 375px;
    isolation: isolate;
  }

  .mp-male-menopause-self-check__visual::after {
    position: absolute;
    z-index: 1;
    top: 195px;
    left: 50%;
    width: 110vw;
    height: 420px;
    content: "";
    background: #fff;
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .mp-male-menopause-self-check__background {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .mp-male-menopause .mp-male-menopause-self-check__doctor {
    z-index: 2;
  }

  .mp-male-menopause-self-check__bubble {
    z-index: 3;
    top: 85px;
    color: var(--mp-color-white);
    background: transparent;
    box-shadow: none;
    font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
    font-weight: var(--mp-font-weight-bold);
  }

  .mp-male-menopause-self-check__bubble::after {
    content: none;
  }

  .mp-male-menopause-self-check__bubble--left {
  }

  .mp-male-menopause-self-check__bubble--left::after {
    content: none;
  }

  .mp-male-menopause-self-check__bubble--right {
    top: 15px;
    right: calc(50% - 365px);
  }

  .mp-male-menopause-self-check__bubble--right::after {
    content: none;
  }

  .mp-male-menopause-self-check__content {
    position: relative;
    z-index: 2;
    padding-top: 22px;
  }

  .mp-male-menopause-self-check__content-inner > * {
    position: relative;
    z-index: 1;
  }

  .mp-male-menopause-self-check__content-inner > h2 {
    margin-bottom: 1px;
    font-size: 45px;
    line-height: 56px;
  }

  .mp-male-menopause .mp-male-menopause-self-check__arrows {
    display: block;
    width: 180px;
    margin: 0 auto 0px;
  }

  .mp-male-menopause-self-check__prompt {
    margin-bottom: 20px !important;
    font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
    font-size: 35px;
    font-weight: 600 !important;
    line-height: 42px;
  }

  .mp-male-menopause-self-check__prompt::before {
    display: inline-block;
    width: 33px;
    height: 51px;
    margin-right: 12px;
    content: "";
    background: url("../../images/male-menopause/self-check-prompt-line.svg") center / contain no-repeat;
    vertical-align: middle;
  }

  .mp-male-menopause-self-check__prompt::after {
    display: inline-block;
    width: 33px;
    height: 51px;
    margin-left: 12px;
    content: "";
    background: url("../../images/male-menopause/self-check-prompt-line.svg") center / contain no-repeat;
    transform: scaleX(-1);
    vertical-align: middle;
  }

  .mp-male-menopause-self-check__logo-card {
    width: min(860px, 100%);
    min-height: 0;
    margin-bottom: 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    transform: translateX(16px);
  }

  .mp-male-menopause-self-check__logo-card span {
    font-size: 28px;
    white-space: nowrap;
  }

  .mp-male-menopause-self-check__content-inner > p:last-of-type {
    font-size: 22px;
    line-height: 36px;
  }
}

.mp-male-menopause-self-check__features {
  display: grid;
  grid-template-columns: repeat(3, 289px);
  justify-content: center;
  gap: 53px;
}

.mp-male-menopause-self-check__features article {
  min-height: 424px;
  padding: 38px 27px;
  color: var(--mp-color-white);
  background: var(--mm-gold);
  border-radius: 145px;
}

.mp-male-menopause-self-check__features img {
  width: 178px;
  margin: 0 auto 15px;
}

.mp-male-menopause-self-check__features h3 {
  margin-bottom: 14px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 600 !important;
  line-height: 1.5;
}

.mp-male-menopause-self-check__features p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
}

.mp-male-menopause-self-check__button {
  display: block;
  width: min(746px, 100%);
  margin: 35px auto 0;
}

@media screen and (min-width: 1024px) {
  .mp-male-menopause-self-check__features article {
    min-height: 454px;
    padding: 38px 45px;
    background: #cbae12;
    border-radius: 148px;
  }

  .mp-male-menopause-self-check__features h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 47px;
    margin: 0 -25px 6px;
    background: none;
    font-size: 23px;
    line-height: 36px;
    white-space: nowrap;
  }

  .mp-male-menopause-self-check__features h3::before,
  .mp-male-menopause-self-check__features h3::after {
    flex: 0 0 24px;
    width: 24px;
    height: 58px;
    content: "";
    background: url("../../images/male-menopause/feature-laurel.svg") center / contain no-repeat;
  }

  .mp-male-menopause-self-check__features h3::after {
    transform: scaleX(-1);
  }

  .mp-male-menopause-self-check__features article:nth-child(-n + 2) h3::before,
  .mp-male-menopause-self-check__features article:nth-child(-n + 2) h3::after {
    flex: 0 0 44px;
  }

  .mp-male-menopause-self-check__features article:nth-child(3) h3 {
    gap: 0;
  }

  .mp-male-menopause-self-check__features article:nth-child(3) h3::before,
  .mp-male-menopause-self-check__features article:nth-child(3) h3::after {
    flex: 0 0 24px;
  }

  .mp-male-menopause-self-check__features p {
    width: 225px;
    margin-right: -7px;
    margin-left: -7px;
  }

  .mp-male-menopause-self-check__button {
    width: min(764px, 100%);
    margin-top: 22px;
  }
}

.mp-male-menopause-closing {
  position: relative;
  display: grid;
  min-height: 766px;
  overflow: hidden;
  color: var(--mp-color-white);
  background: #140b0c;
}

.mp-male-menopause-closing__background,
.mp-male-menopause-closing__background img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mp-male-menopause-closing__background img {
  object-fit: cover;
}

.mp-male-menopause-closing__content {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(844px, calc(100% - 96px));
  margin-inline: auto;
  text-align: center;
}

.mp-male-menopause-closing__content h2 {
  margin-bottom: 48px;
  font-size: 35px;
  font-weight: var(--mp-font-weight-medium);
  line-height: 1.65;
}

.mp-male-menopause-closing__content h2 span,
.mp-male-menopause-closing__content h2 strong,
.mp-male-menopause-closing__content p span {
  display: block;
}

.mp-male-menopause-closing__content h2 strong {
  font-weight: inherit;
}

.mp-male-menopause-closing__content p {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.8;
}

.mp-male-menopause-closing__content a {
  display: block;
  width: min(746px, 100%);
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .mp-male-menopause-closing {
    min-height: 722px;
  }

  .mp-male-menopause-closing__background img {
    object-fit: contain;
    object-position: right center;
  }

  .mp-male-menopause-closing__content {
    align-self: start;
    width: min(900px, calc(100% - 96px));
    padding-top: 73px;
    padding-bottom: 25px;
  }

  .mp-male-menopause-closing__content h2 {
    margin-bottom: 64px;
    line-height: 1;
  }

  .mp-male-menopause-closing__content h2 span {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .mp-male-menopause-closing__content h2 strong {
    font-size: 49px;
  }

  .mp-male-menopause-closing__content p {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 2;
  }

  .mp-male-menopause-closing__lead {
    margin-bottom: 37px;
  }

  .mp-male-menopause-closing__content a {
    width: min(746px, 100%);
    margin-top: 23px;
  }
}

/* 1024px前後ではPCレイアウトを維持しつつ、固定幅要素を画面内に収める */
@media screen and (min-width: 1024px) and (max-width: 1249px) {
  .mp-male-menopause-intro__lead {
    grid-template-columns: minmax(340px, 42%) minmax(0, 1fr);
    gap: 24px;
  }

  .mp-male-menopause-intro__person img {
    width: 100%;
    margin-left: 0;
  }

  .mp-male-menopause-intro__labels {
    gap: 10px;
  }

  .mp-male-menopause-intro__labels span {
    flex: 1 1 0;
    min-width: 0;
    font-size: 22px;
  }

  .mp-male-menopause-intro__copy h2 {
    font-size: 36px;
    line-height: 1.35;
  }

  .mp-male-menopause-intro__copy > p:last-child {
    font-size: 15px;
    line-height: 1.7;
  }

  .mp-male-menopause-symptoms {
    grid-template-rows: repeat(3, minmax(128px, auto));
    margin-top: 32px;
  }

  .mp-male-menopause-symptom-card {
    padding: 16px 20px;
  }

  .mp-male-menopause-symptom-card::before {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    margin-right: 16px;
  }

  .mp-male-menopause-symptom-card h3 {
    font-size: 20px;
    white-space: normal;
  }

  .mp-male-menopause-symptom-card p {
    font-size: 15px;
  }

  .mp-male-menopause-treatment h2 {
    width: calc(100% - 64px);
    transform: none;
  }

  .mp-male-menopause-treatment__grid {
    left: 0;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 42%);
    gap: 24px;
    padding-inline: 32px;
  }

  .mp-male-menopause-treatment__image {
    width: 100%;
  }

  .mp-male-menopause .mp-male-menopause-benefits__backdrop {
    width: min(1100px, 100vw);
  }

  .mp-male-menopause-requirements__steps,
  .mp-male-menopause-step__copy {
    min-width: 0;
  }

  .mp-male-menopause-step {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 38%);
    gap: 32px;
  }

  .mp-male-menopause-step > img {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .mp-male-menopause-page {
    --mp-container-gutter: 22px;
    padding-top: 72px;
  }

  .mp-male-menopause {
    line-height: 1.75;
  }

  .mp-male-menopause-container {
    width: calc(100% - 44px);
  }

  .mp-male-menopause-intro {
    padding-top: 24px;
  }

  .mp-male-menopause-intro__lead {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .mp-male-menopause-intro__person {
    order: 2;
    width: 100%;
    height: 246px;
    margin-top: 0;
    overflow: hidden;
  }

  .mp-male-menopause-intro__person img {
    height: 106%;
    margin-inline: auto;
    object-fit: contain;
    object-position: center bottom;
  }

  .mp-male-menopause-intro__copy {
    order: 1;
    width: calc(100% - 42px);
  }

  .mp-male-menopause .mp-male-menopause-intro__labels {
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
  }

  .mp-male-menopause-intro__labels span {
    min-width: 0;
    width: calc(50% - 5px);
    height: 34px;
    border: 0;
    color: var(--mp-color-white);
    font-size: 24px;
    line-height: 22px;
  }

  .mp-male-menopause-intro__labels span:first-child {
    background: #c83236;
  }

  .mp-male-menopause-intro__labels span:last-child {
    background: #cd8c41;
  }

  .mp-male-menopause-intro__copy h2 {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 32px;
    text-align: right;
  }

  .mp-male-menopause-intro__copy > p:last-child {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.07em;
  }

  .mp-male-menopause-symptoms {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: -24px;
    padding-bottom: 20px;
  }

  .mp-male-menopause-symptom-card {
    min-height: 70px;
    padding: 17px 16px;
  }

  .mp-male-menopause-symptom-card > img {
    display: none;
  }

  .mp-male-menopause-symptom-card::before {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    margin-right: 11px;
    border: 1px solid #9d8585;
    content: "";
  }

  .mp-male-menopause-symptom-card h3 {
    font-size: 19.856px;
    line-height: 23.166px;
    letter-spacing: 0.07em;
    margin-bottom: 0px;
  }

  .mp-male-menopause-symptom-card p {
    font-size: 14px;
    line-height: 23.166px;
    letter-spacing: 0.07em;
  }

  .mp-male-menopause-depression {
    min-height: 501px;
    margin-top: 20px;
  }

  .mp-male-menopause-depression p {
    width: 458px;
    max-width: 114%;
    margin-top: 365px;
    font-size: 20px;
    line-height: 24.5px;
    letter-spacing: 0;
  }

  .mp-male-menopause-cause {
    padding: 32px 0 25px;
  }

  .mp-male-menopause-cause h2,
  .mp-male-menopause-treatment h2,
  .mp-male-menopause-benefits > .mp-male-menopause-container > h2,
  .mp-male-menopause-requirements > .mp-male-menopause-container > h2 {
    margin-bottom: 28px;
    font-size: 21px;
    line-height: 31px;
  }

  .mp-male-menopause-cause__grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .mp-male-menopause-cause__chart {
    padding-top: 0;
  }

  .mp-male-menopause-cause__chart img {
    width: 100%;
  }

  .mp-male-menopause-cause__warning img {
    width: 30px;
  }

  .mp-male-menopause-cause__content p {
    margin-bottom: 22px !important;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.07em;
  }

  .mp-male-menopause-cause__content h3 {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 28px;
  }

  .mp-male-menopause-risks {
    gap: 0;
    margin: 0 -22px 14px;
  }

  .mp-male-menopause-risks li {
    min-height: 66px;
    padding-left: 70px;
    font-size: 21.313px;
    line-height: 31.208px;
  }

  .mp-male-menopause-risks li::before {
    left: 24px;
  }

  .mp-male-menopause .mp-male-menopause-cause__warning {
    font-size: 3.3vw;
    min-height: 51px;
    padding: 4px 4px 4px 12px;
    margin-top: -9px;
  }

  .mp-male-menopause .mp-male-menopause-cause__warning strong {
    font-weight: 600 !important;
  }

  .mp-male-menopause-cause__definition {
    margin-top: 25px;
    font-size: 4.8vw !important;
    line-height: 28px !important;
  }

  .mp-male-menopause-cause__definition strong {
    margin-top: 10px;
    font-size: 30px;
    line-height: 53px;
  }

  .mp-male-menopause-test {
    padding: 8px 0 51px;
  }

  .mp-male-menopause-test__heading {
    width: 100%;
    min-height: 250px;
    flex-direction: column;
  }

  .mp-male-menopause-test__heading img {
    order: 2;
    align-self: center;
    width: 152px;
    margin: 0;
  }

  .mp-male-menopause-test__heading h2 {
    order: 1;
    margin-bottom: -1px;
    font-size: 25.106px;
    line-height: 34.431px;
  }

  .mp-male-menopause-test__panel {
    width: calc(100% - 52px);
    padding: 22px 16px 30px;
  }

  .mp-male-menopause-test__description {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
  }

  .mp-male-menopause-test__features {
    grid-template-columns: 1fr;
    gap: 19px;
    margin-top: 23px;
  }

  .mp-male-menopause-test__features article {
    min-height: 196px;
    padding: 95px 18px 15px;
    text-align: center;
    border-radius: 0;
  }

  .mp-male-menopause-test__features img {
    float: none;
    width: 74px;
    margin: -80px auto 3px;
  }

  .mp-male-menopause-test__features h3 {
    margin: 0 0 2px;
    font-size: 21px;
    line-height: 41px;
    font-weight: 600 !important;
  }

  .mp-male-menopause-test__features p {
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
  }

  .mp-male-menopause-button {
    width: calc(100% + 14px);
    min-height: 82px;
    margin: 40px -7px 0;
    padding: 10px 18px 10px 34px;
    font-size: 21px;
    line-height: 30px;
    text-align: left;
  }

  .mp-male-menopause-button span {
    flex-basis: 58px;
  }

  .mp-male-menopause-treatment {
    padding: 42px 0 30px;
  }

  .mp-male-menopause-treatment h2 {
    margin-bottom: 22px;
    white-space: nowrap;
  }

  .mp-male-menopause-treatment__grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mp-male-menopause-treatment__copy {
    order: 2;
    width: 100%;
    padding: 15px 0 7px;
    background: rgb(0 0 0 / 63%);
  }

  .mp-male-menopause-treatment__copy > p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.07em;
  }

  .mp-male-menopause-treatment__image {
    order: 1;
    width: 100%;
  }

  .mp-male-menopause-treatment__price span {
    font-size: 21px;
    line-height: 29px;
  }

  .mp-male-menopause-treatment__price strong {
    font-size: 10.8vw;
    line-height: 50px;
  }

  .mp-male-menopause-treatment__price em {
    font-size: 21px;
    line-height: 35px;
  }

  .mp-male-menopause-treatment__price {
    margin-block: 10px;
  }

  .mp-male-menopause-benefits {
    padding: 24px 0 48px;
  }

  .mp-male-menopause-benefits__lead {
    margin: -11px 0 21px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0;
  }

  .mp-male-menopause-benefits__grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }

  .mp-male-menopause-benefit-card {
    display: grid;
    grid-template-columns: 160px 1fr;
    column-gap: 20px;
  }

  .mp-male-menopause-benefit-card img {
    grid-row: 2 / 4;
    width: 160px;
    height: 111px;
  }

  .mp-male-menopause-benefit-card h3 {
    grid-column: 1 / -1;
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 28px;
  }

  .mp-male-menopause-benefit-card p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
  }

  .mp-male-menopause-timeline {
    margin-top: 28px;
    padding-top: 45px;
  }

  .mp-male-menopause-timeline > img {
    width: 144px;
  }

  .mp-male-menopause-timeline > h2 {
    margin-bottom: 74px;
    font-size: 21px;
    line-height: 44.155px;
  }

  .mp-male-menopause-timeline > p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28px;
  }

  .mp-male-menopause-timeline ol {
    gap: 25px;
  }

  .mp-male-menopause-timeline li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mp-male-menopause-timeline li h3 {
    width: 279px;
    min-height: 60px;
    padding: 1px 23px;
    font-size: 28px;
    line-height: 58px;
    justify-content: flex-start;
  }

  .mp-male-menopause-timeline li p {
    padding: 0 6px;
    font-size: 16px;
    line-height: 28px;
  }

  .mp-male-menopause-timeline__note {
    display: none;
  }

  .mp-male-menopause-requirements {
    padding: 39px 0 33px;
  }

  .mp-male-menopause .mp-male-menopause-requirements__icon {
    width: 112px;
    margin-bottom: 8px;
  }

  .mp-male-menopause-requirements > .mp-male-menopause-container > h2 {
    margin-bottom: 12px;
  }

  .mp-male-menopause-requirements__lead {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }

  .mp-male-menopause-step {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 43px 0 0;
  }

  .mp-male-menopause-step__copy {
    grid-template-columns: 89px 1fr;
  }

  .mp-male-menopause-step__copy > span {
    font-size: 45px;
  }

  .mp-male-menopause-step h3 {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .mp-male-menopause-step p {
    margin-top: 6px;
    font-size: 16px;
    line-height: 28px;
  }

  .mp-male-menopause-step > img {
    width: 100%;
    height: 201px;
  }

  .mp-male-menopause-self-check__bridge {
    padding: 54px 16px 45px;
  }

  .mp-male-menopause-self-check__bridge p {
    font-size: 16px;
    line-height: 21.5px;
    color: #fff;
  }

  .mp-male-menopause-self-check__bridge strong {
    margin: 9px 0;
    font-size: 25px;
    line-height: 31px;
  }

  .mp-male-menopause-self-check__visual {
    height: 450px;
  }

  .mp-male-menopause .mp-male-menopause-self-check__doctor {
    width: 231px;
  }

  .mp-male-menopause-self-check__bubble {
    top: 83px;
    width: 152px;
    height: 151px;
    padding: 16px 11px;
    font-size: 13px;
    line-height: 19px;
  }

  .mp-male-menopause-self-check__bubble--left {
    left: 10px;
  }

  .mp-male-menopause-self-check__bubble--right {
    right: 8px;
  }

  .mp-male-menopause-self-check__content {
    padding: 17px 0 57px;
    margin-bottom: 57px;
  }

  .mp-male-menopause-self-check__content-inner > h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
  }

  .mp-male-menopause-self-check__prompt {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 34px;
  }

  .mp-male-menopause-self-check__logo-card {
    display: block;
    min-height: 135px;
    padding: 17px 24px;
  }

  .mp-male-menopause-self-check__logo-card img {
    width: 310px;
    margin-inline: auto;
  }

  .mp-male-menopause-self-check__logo-card span {
    display: block;
    margin-top: -16px;
    font-size: 20px;
    line-height: 34px;
    text-align: right;
  }

  .mp-male-menopause-self-check__content-inner > p:last-of-type {
    margin: 15px 0 24px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }

  .mp-male-menopause-self-check__features {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mp-male-menopause-self-check__features article {
    width: 100%;
    min-height: 300px;
    padding: 28px 48px;
    border-radius: 0 0 180px 180px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }

  .mp-male-menopause-self-check__features img {
    width: 100px;
    margin-bottom: 3px;
  }

  .mp-male-menopause-self-check__features h3 {
    margin-bottom: 7px;
    font-size: 28px;
    line-height: 43px;
  }

  .mp-male-menopause-self-check__features p {
    font-size: 16px;
    line-height: 27px;
  }

  .mp-male-menopause-self-check__button {
    width: 100%;
    margin-top: 10px;
  }

  .mp-male-menopause-self-check__content {
    padding-bottom: 0;
  }

  .mp-male-menopause-closing {
    min-height: 797px;
  }

  .mp-male-menopause-closing__content {
    align-self: start;
    width: calc(100% - 44px);
    padding-top: 39px;
  }

  .mp-male-menopause-closing__content h2 {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 51px;
  }

  .mp-male-menopause-closing__content p {
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0.07em;
  }

  .mp-male-menopause-closing__content a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mp-male-menopause-page {
    padding-top: 64px;
  }

  .mp-male-menopause-test {
    padding-top: 0;
  }

  .mp-male-menopause-test__heading {
    position: relative;
    display: block;
    min-height: clamp(270px, 67vw, 430px);
    margin-bottom: 0;
  }

  .mp-male-menopause-test__heading h2 {
    position: absolute;
    top: clamp(24px, 7.8vw, 50px);
    left: 50%;
    z-index: 2;
    display: grid;
    place-content: center;
    width: calc(100% - 44px);
    min-height: clamp(108px, 27.6vw, 177px);
    margin: 0;
    padding: 16px 4px;
    color: var(--mm-orange);
    background: #fff;
    border: clamp(3px, 0.78vw, 5px) solid var(--mm-orange);
    border-radius: clamp(22px, 5vw, 32px);
    font-size: 23px;
    font-weight: 600 !important;
    line-height: 1.35;
    transform: translateX(-50%);
  }

  .mp-male-menopause-test__heading h2::before {
    position: absolute;
    top: clamp(-28px, -4.4vw, -18px);
    left: clamp(-11px, -1.7vw, -7px);
    width: clamp(42px, 9.8vw, 63px);
    height: clamp(50px, 11.7vw, 75px);
    content: "";
    background: url("../../images/male-menopause/test-heading-accent.svg") center / contain no-repeat;
  }

  .mp-male-menopause-test__heading h2::after {
    position: absolute;
    bottom: clamp(-22px, -3.4vw, -14px);
    left: 22%;
    z-index: 0;
    width: clamp(28px, 5.5vw, 35px);
    height: clamp(28px, 5.5vw, 35px);
    content: "";
    background: #fff;
    border-right: clamp(3px, 0.78vw, 5px) solid var(--mm-orange);
    border-bottom: clamp(3px, 0.78vw, 5px) solid var(--mm-orange);
    transform: rotate(45deg) skew(-10deg, -10deg);
  }

  .mp-male-menopause-test__heading img {
    position: absolute;
    right: clamp(90px, 27vw, 173px);
    bottom: 0;
    z-index: 1;
    width: clamp(152px, 37vw, 237px);
    margin: 0;
  }

  .mp-male-menopause-test__mobile-cta {
    width: calc(100% - 52px);
    margin: clamp(40px, 10vw, 73px) auto 0;
  }

  .mp-male-menopause-test__mobile-cta .mp-male-menopause-button--test {
    position: relative;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: clamp(82px, 20.7vw, 151px);
    margin: 0;
    padding: 10px clamp(18px, 4.5vw, 33px) 10px clamp(34px, 8.8vw, 64px);
    border-radius: clamp(36px, 7vw, 52px);
    box-shadow: none;
    font-size: clamp(21px, 5.4vw, 39px);
    line-height: 1.35;
  }

  .mp-male-menopause-test__mobile-cta .mp-male-menopause-button--test span {
    position: absolute;
    top: 50%;
    right: -16px;
    flex: 0 0 clamp(58px, 11.5vw, 84px);
    width: clamp(58px, 11.5vw, 84px);
    height: clamp(58px, 11.5vw, 84px);
    transform: translateY(-50%);
  }

  .mp-male-menopause-treatment__heading-lead {
    font-size: 16px;
  }

  .mp-male-menopause-treatment {
    padding: clamp(30px, 8.3vw, 47px) 0;
    background: #fff;
  }

  .mp-male-menopause-treatment > .mp-male-menopause-container {
    width: calc(100% - clamp(44px, 13vw, 74px));
    padding: clamp(24px, 5.5vw, 31px) clamp(16px, 3.7vw, 21px);
    background: #1D1212;
  }

  .mp-male-menopause-treatment h2 {
    padding-bottom: clamp(18px, 4.5vw, 25px);
    border-bottom: 1px solid var(--mm-orange);
  }

  .mp-male-menopause-treatment__amount {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
    white-space: nowrap;
  }

  .mp-male-menopause-treatment__amount em {
    flex: 0 0 100%;
  }

  .mp-male-menopause-benefits {
    overflow: hidden;
    padding-top: clamp(24px, 5.3vw, 30px);
  }

  .mp-male-menopause .mp-male-menopause-benefits__backdrop {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    display: block;
    width: 195%;
    max-width: none;
    transform: translateX(-50%);
  }

  .mp-male-menopause-benefits > .mp-male-menopause-container {
    position: relative;
    z-index: 1;
  }

  .mp-male-menopause .mp-male-menopause-benefits > .mp-male-menopause-container > h2 {
    margin-bottom: clamp(14px, 3.2vw, 18px);
    font-size: clamp(21px, 4.8vw, 27px);
    line-height: 1.55;
  }

  .mp-male-menopause-benefits__lead {
    margin: 0 0 21px !important;
    font-size: clamp(16px, 3.5vw, 20px);
    line-height: 1.8;
  }

  .mp-male-menopause-benefits__grid {
    gap: clamp(29px, 6.8vw, 39px);
  }

  .mp-male-menopause-benefit-card {
    grid-template-columns: clamp(145px, 38vw, 215px) minmax(0, 1fr);
    column-gap: clamp(20px, 4.5vw, 26px);
  }

  .mp-male-menopause-benefit-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 429 / 300;
  }

  .mp-male-menopause-benefit-card h3 {
    margin-bottom: clamp(10px, 2.1vw, 12px);
    font-size: clamp(20px, 4.95vw, 28px);
    line-height: 1.4;
  }

  .mp-male-menopause-benefit-card p {
    font-size: clamp(15px, 3.35vw, 19px);
    line-height: 1.35;
    text-align: left;
  }

  .mp-male-menopause-timeline {
    margin-top: 12px;
    padding-top: clamp(28px, 5.7vw, 32px);
  }

  .mp-male-menopause-timeline::before {
    top: 117px !important;
    width: 100vw;
    height: 86px;
    aspect-ratio: auto;
    background-image: url("../../images/male-menopause/timeline-curve-pc-v3.webp");
    mix-blend-mode: multiply;
    opacity: 1;
  }

  .mp-male-menopause-timeline > img {
    top: clamp(25px, 5.3vw, 30px);
    width: clamp(126px, 25.4vw, 144px);
  }

  .mp-male-menopause-timeline > h2 {
    margin-bottom: clamp(66px, 13vw, 74px);
    font-size: clamp(21px, 4.25vw, 24px);
    line-height: 1.55;
  }

  .mp-male-menopause-timeline > p:not(.mp-male-menopause-timeline__note) {
    width: calc(100% + 12px);
    margin: 0 0 clamp(24px, 5.3vw, 30px) -6px;
    font-size: clamp(16px, 3.5vw, 20px);
    line-height: 1.75;
  }

  .mp-male-menopause-timeline ol {
    gap: clamp(25px, 5.3vw, 30px);
  }

  .mp-male-menopause-timeline li {
    gap: 21px;
  }

  .mp-male-menopause-timeline li h3 {
    width: clamp(279px, 57.6vw, 326px);
    min-height: clamp(60px, 12.4vw, 70px);
    padding: 1px clamp(23px, 5vw, 29px);
    font-size: clamp(28px, 5.3vw, 30px);
    line-height: 1.25;
  }

  .mp-male-menopause-timeline li p {
    padding: 0 6px;
    font-size: clamp(16px, 3.35vw, 19px);
    line-height: 1.7;
  }

  .mp-male-menopause-requirements {
    position: relative;
    padding: 32px 0 33px;
    background: #eae6e6;
  }

  .mp-male-menopause-requirements::after {
    position: absolute;
    bottom: -51px;
    left: 50%;
    z-index: 3;
    width: clamp(158px, 42vw, 253px);
    aspect-ratio: 253 / 120;
    content: "";
    background: url("../../images/male-menopause/depression-arrow-sp.png") center / contain no-repeat;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .mp-male-menopause-requirements > .mp-male-menopause-container {
    width: calc(100% - 32px);
  }

  .mp-male-menopause .mp-male-menopause-requirements__icon {
    width: 100px;
    margin-bottom: 13px;
  }

  .mp-male-menopause-requirements > .mp-male-menopause-container > h2 {
    margin-bottom: 20px;
    font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
    font-size: 21px;
    font-weight: 600 !important;
    line-height: 1.35;
  }

  .mp-male-menopause-requirements__lead {
    margin-bottom: 16px !important;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 1.9;
  }

  .mp-male-menopause-requirements__steps {
    border-top: 4px dashed var(--mm-orange);
  }

  .mp-male-menopause-step {
    gap: 22px;
    padding-top: 45px;
  }

  .mp-male-menopause-step + .mp-male-menopause-step {
    padding-top: 30px;
    border-top: 0;
  }

  .mp-male-menopause-step__copy {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .mp-male-menopause-step__copy > span {
    display: flex;
    align-self: stretch;
    align-items: flex-end;
    color: var(--mm-orange);
    font-size: 45px;
    margin-top: 0px;
    transform: translateY(-2px);
  }

  .mp-male-menopause-step h3 {
    display: flex;
    align-self: stretch;
    align-items: flex-end;
    font-size: 22px;
    line-height: 1.45;
  }

  .mp-male-menopause-step:nth-child(2) .mp-male-menopause-step__copy > span,
  .mp-male-menopause-step:nth-child(2) h3 {
    align-items: center;
  }

  .mp-male-menopause-step:nth-child(2) .mp-male-menopause-step__copy > span {
    transform: none;
  }

  .mp-male-menopause-step p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0.06em;
  }

  .mp-male-menopause-step > img {
    width: 100%;
    height: calc((100vw - 32px) / 1.76);
    object-fit: cover;
  }

  .mp-male-menopause-self-check__bridge {
    aspect-ratio: 603 / 445;
    padding: 0;
    background: #030303 url("../../images/male-menopause/closing-sp.webp") center bottom / cover no-repeat;
  }

  .mp-male-menopause-self-check__bridge-copy {
    padding: clamp(105px, 34vw, 205px) 12px 12px;
    color: var(--mm-brown);
    background: none;
  }

  .mp-male-menopause-self-check__bridge p {
    margin: 0;
    font-size: clamp(16px, 4vw, 24px);
    line-height: 1.5;
  }

  .mp-male-menopause-self-check__bridge strong {
    margin: clamp(9px, 2vw, 12px) 0;
    font-size: 5.8vw;
    letter-spacing: -0.5px;
    line-height: 1.25;
  }

  .mp-male-menopause-self-check__visual {
    height: 91.6vw;
    max-height: 703px;
    isolation: isolate;
  }

  .mp-male-menopause-self-check__visual::after {
    position: absolute;
    top: 20vw;
    left: 50%;
    z-index: 1;
    width: 125%;
    height: 80%;
    content: "";
    background: #fff;
    border-radius: 50% 50% 0 0 / 10% 10% 0 0;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .mp-male-menopause-self-check__background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    height: 46vw;
  }

  .mp-male-menopause-self-check__background img {
    object-fit: cover;
  }

  .mp-male-menopause .mp-male-menopause-self-check__doctor {
    z-index: 2;
    width: 60vw;
    max-width: 460px;
  }

  .mp-male-menopause-self-check__bubble {
    z-index: 3;
    top: 9vw;
    width: 40vw;
    height: 40vw;
    padding: 4vw 3vw;
    font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.55;
    isolation: isolate;
  }

  .mp-male-menopause-self-check__bubble--left {
    left: 0.3vw;
  }

  .mp-male-menopause-self-check__bubble--right {
    right: 0.5vw;
    top: 3vw;
  }

  .mp-male-menopause-self-check__content {
    padding-top: 17px;
  }

  .mp-male-menopause-self-check__content-inner > h2 {
    margin-bottom: 0;
    font-size: clamp(20px, 4.7vw, 27px);
    line-height: 1.6;
  }

  .mp-male-menopause .mp-male-menopause-self-check__arrows {
    display: block;
    width: 40vw;
    max-width: 180px;
    margin: 7px auto -15px;
  }

  .mp-male-menopause-self-check__prompt {
    margin-bottom: clamp(15px, 4.4vw, 20px);
    font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
    font-size: clamp(20px, 4.7vw, 21px);
    font-weight: 600 !important;
    line-height: 1.5;
  }

  .mp-male-menopause-self-check__prompt::before,
  .mp-male-menopause-self-check__prompt::after {
    display: inline-block;
    width: clamp(20px, 5.1vw, 23px);
    height: clamp(31px, 7.8vw, 35px);
    content: "";
    background: url("../../images/male-menopause/self-check-prompt-line.svg") center / contain no-repeat;
    vertical-align: middle;
  }

  .mp-male-menopause-self-check__prompt::before {
    margin-right: 5px;
  }

  .mp-male-menopause-self-check__prompt::after {
    margin-left: 5px;
    transform: scaleX(-1);
  }

  .mp-male-menopause-self-check__logo-card {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-top: 15px;
  }

  .mp-male-menopause-self-check__logo-card img {
    width: 100%;
    max-width: none;
  }

  .mp-male-menopause-self-check__logo-card span {
    position: absolute;
    right: clamp(18px, 7vw, 38px);
    bottom: clamp(20px, 6vw, 33px);
    left: 28%;
    margin: 0;
    font-size: clamp(16px, 4.55vw, 25px);
    line-height: 1.5;
    text-align: right;
    white-space: nowrap;
  }

  .mp-male-menopause-self-check__content-inner > p:last-of-type {
    margin-top: clamp(20px, 6vw, 27px);
    line-height: 1.9;
  }

  .mp-male-menopause-self-check__features {
    width: calc(100% + 8px);
    margin-left: -4px;
    gap: 30px;
  }

  .mp-male-menopause-self-check__features article {
    min-height: 294px;
    padding: 27px 40px 22px;
    border-radius: 40px;
    clip-path: none;
  }

  .mp-male-menopause-self-check__features img {
    width: 100px;
    margin-bottom: 3px;
  }

  .mp-male-menopause-self-check__features h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    min-height: 47px;
    margin: 0 -22px 5px;
    font-size: 23px;
    line-height: 1.5;
    white-space: nowrap;
  }

  .mp-male-menopause-self-check__features h3::before,
  .mp-male-menopause-self-check__features h3::after {
    flex: 0 0 30px;
    width: 30px;
    height: 55px;
    content: "";
    background: url("../../images/male-menopause/feature-laurel.svg") center / contain no-repeat;
  }

  .mp-male-menopause-self-check__features h3::after {
    transform: scaleX(-1);
  }

  .mp-male-menopause-self-check__features article:nth-child(-n + 2) h3::before,
  .mp-male-menopause-self-check__features article:nth-child(-n + 2) h3::after {
    flex-basis: 44px;
  }

  .mp-male-menopause-self-check__features article:nth-child(3) h3 {
    gap: 0;
  }

  .mp-male-menopause-self-check__features article:nth-child(3) h3::before,
  .mp-male-menopause-self-check__features article:nth-child(3) h3::after {
    flex-basis: 24px;
  }

  .mp-male-menopause-self-check__features p {
    font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.8;
  }

  .mp-male-menopause-self-check__button {
    display: none;
  }

  .mp-male-menopause-closing {
    min-height: 202vw;
  }

  .mp-male-menopause-closing::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(180deg, #190e0f 0%, #190e0f 45%, rgb(25 14 15 / 88%) 55%, transparent 72%);
    pointer-events: none;
  }

  .mp-male-menopause-closing__background {
    z-index: 0;
  }

  .mp-male-menopause-closing__background img {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: none;
  }

  .mp-male-menopause-closing__content {
    z-index: 2;
    width: calc(100% - 32px);
    padding-top: 48px;
  }

  .mp-male-menopause-closing__content h2 {
    margin-bottom: 43px;
    line-height: 1.35;
  }

  .mp-male-menopause-closing__content h2 span {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .mp-male-menopause-closing__content h2 strong {
    font-size: 36px;
    white-space: nowrap;
  }

  .mp-male-menopause-closing__content p {
    margin-bottom: 0;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }

  .mp-male-menopause-closing__lead {
    margin-bottom: 34px;
  }

  .mp-male-menopause-closing__content a {
    display: none;
  }

  .mp-male-menopause-hero {
    aspect-ratio: 603 / 1041;
  }

  .mp-male-menopause-hero__cta {
    top: 67%;
    left: 14%;
    display: block;
    width: 72%;
  }

  .mp-male-menopause-cause h2 {
    font-size: 5.1vw;
    margin-bottom: 0;
  }

  .mp-male-menopause-cause__chart > picture img {
    padding-top: 0;
  }

  .mp-male-menopause-risks {
    gap: clamp(12px, 4vw, 25px);
    margin: 0 0 14px;
  }

  .mp-male-menopause-risks li {
    min-height: clamp(50px, 13.3vw, 84px);
    padding: 8px 16px 8px 57px;
    font-size: clamp(19px, 5.1vw, 32px);
    line-height: 1.35;
    white-space: nowrap;
  }

  .mp-male-menopause-risks li::before {
    left: 16px;
    width: clamp(29px, 5.7vw, 36px);
    height: clamp(28px, 5.7vw, 36px);
  }

  .mp-male-menopause-cause__definition strong {
    display: block;
    width: fit-content;
    margin: 10px auto 0;
    text-align: center;
  }

  .mp-male-menopause-cause__definition-tail {
    display: block;
    text-align: right;
    margin-top: 5px;
  }

  .mp-male-menopause-depression {
    min-height: 0;
    aspect-ratio: 603 / 507;
    overflow: visible;
    background: linear-gradient(to right, #1c1c1c 0%, #2f2f2f 100%);
    isolation: isolate;
  }

  .mp-male-menopause-depression::before {
    position: absolute;
    top: -33px;
    left: 50%;
    z-index: 3;
    width: 138px;
    height: 91px;
    content: "";
    background: url("../../images/male-menopause/depression-arrow-sp.png") center / contain no-repeat;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .mp-male-menopause-depression picture,
  .mp-male-menopause-depression picture::after {
    inset: 0;
    height: 100%;
  }

  .mp-male-menopause-depression picture {
    z-index: 0;
  }

  .mp-male-menopause-depression picture::after {
    background: none;
  }

  .mp-male-menopause-depression p {
    position: absolute;
    z-index: 1;
    top: 62%;
    left: 50%;
    width: 100%;
    max-width: none;
    margin: 0;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 1.45;
  }

  .mp-male-menopause-depression p strong {
    margin: 3px 0;
    font-size: 24px;
    line-height: 1.3;
    font-weight: var(--mp-font-weight-bold) !important;

  }
}
