/* menscondition LP — .mc-lp prefix | SP 390px / PC max 768px */

html,
body.mc-lp-body {
  margin: 0;
  padding: 0;
  background: #0b132b;
  overflow-x: hidden;
}

.mc-lp {
  --mc-navy: #0b132b;
  --mc-blue: #0056b3;
  --mc-gold: #bd9858;
  --mc-gold-dark: #91774a;
  --mc-gold-border: #c6a05e;
  --mc-cream: #f9f7f4;
  --mc-gray-bg: #f5f5f5;
  --mc-table-head: #09267d;
  --mc-table-plan: #d2ddff;
  --mc-text: #333;
  --mc-muted: #909090;
  --mc-required: #da5a5a;
  --mc-sans: "Noto Sans JP", sans-serif;
  --mc-serif: "Noto Serif JP", serif;
  --mc-inner: 768px;
  --mc-gold-grad: linear-gradient(79deg, #bd9858 0%, #91774a 97%);
  overflow-x: hidden;
}

/* reset */
.mc-lp,
.mc-lp *,
.mc-lp *::before,
.mc-lp *::after {
  box-sizing: border-box;
}

.mc-lp {
  margin: 0;
  padding: 0;
  font-family: var(--mc-sans);
  font-size: 14px;
  line-height: 1.7;
  color: var(--mc-text);
  background: var(--mc-navy);
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}

.mc-lp img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.mc-lp a {
  color: inherit;
  text-decoration: none;
}

.mc-lp ul,
.mc-lp ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-lp p,
.mc-lp h1,
.mc-lp h2,
.mc-lp h3,
.mc-lp h4 {
  margin: initial;
  font-weight: inherit;
}

.mc-lp-header {
  max-width: 500px;
  margin: 0 auto;
}

.mc-lp-main {
  max-width: 500px;
  margin: 0 auto;
}

.mc-lp button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 10px;
  border: 1px solid #0056B3;
}

.mc-lp table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

/* layout */
.mc-lp__inner {
  max-width: var(--mc-inner);
  margin: 0 auto;
  width: 100%;
  padding: 0 4.6875vw;
}

/* shared */
.mc-lp__section-title {
  font-family: var(--mc-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}


.mc-lp-medical__title::after,
.mc-lp-flow__title::after,
.mc-lp-exam__title::after,
.mc-lp-price__title::after,
.mc-lp-faq__title::after,
.mc-lp-reason__title::after {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  margin: 12px auto 0;
  background: currentColor;
  opacity: .85;
}

.mc-lp-reason__title::after {
  width: 220px;
}

.mc-lp-exam__title::after {
  margin: 0 auto 10px!important;
}

.mc-lp__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  width: 100%;
  max-width: 341px;
  margin: 0 auto;
  padding: 20px 30px 20px 20px;
  border: 1px solid var(--mc-gold-border);
  border-radius: 5px;
  background: var(--mc-gold-grad);
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  transition: opacity .2s;
}

.mc-lp__btn::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.mc-lp__btn:hover {
  opacity: .9;
}

/* header */
.mc-lp-header {
  background: var(--mc-navy);
  padding: 12px 16px;
}

.mc-lp-header__inner {
  max-width: var(--mc-inner);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.mc-lp-header__logo {
  display: block;
  line-height: 0;
}

.mc-lp-header__logo img {
  height: 36px;
  width: auto;
}

/* FV */
.mc-lp-fv {
  position: relative;
  /* min-height: 420px; */
  background: var(--mc-navy) url("../images/menscondition/fv-bg.png") center top / cover no-repeat;
  display: flex;
  padding: 20px 16px 30px;
}

.mc-lp-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 19, 43, .2) 0%, rgba(11, 19, 43, .75) 100%);
}

.mc-lp-fv__inner {
  position: relative;
  z-index: 1;
  max-width: var(--mc-inner);
  margin: 0 auto;
  width: 100%;
}

/* Figma: from #ddd1bb → #e4e2dc → #d1c9bb（縦グラデ） */
.mc-lp-fv__catch,
.mc-lp-fv__title,
.mc-lp-fv__sub {
  background-image: linear-gradient(180deg, #ddd1bb 0%, #e4e2dc 44.712%, #d1c9bb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.mc-lp-fv__catch {
  font-family: var(--mc-serif);
  font-size: 24px;
  letter-spacing: .08em;
  margin-bottom: 8px;
  position: relative;
  padding: 0 0 15px;
  text-shadow: 0 2.9px 2.9px rgba(0, 0, 0, .65);
}

.mc-lp-fv__catch::before {
  content: url("../images/menscondition/ttl-line.png");
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-text-fill-color: initial;
}

.mc-lp-fv__title {
  margin-top: 20px!important;
  font-family: var(--mc-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  
}

.mc-lp-fv__title-line {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 1px;
  margin-top: 16px;
  background: linear-gradient(90deg, var(--mc-gold) 0%, transparent 100%);
}

.mc-lp-fv__sub {
  margin: 20px 0 0!important;
  font-size: 12px;
  line-height: 2.14;
  font-family: var(--mc-serif);
  
}

/* concerns */
.mc-lp-concerns {
  background: var(--mc-navy);
  background-image: url("../images/menscondition/bg1.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 70px 0 56px;
  position: relative;
}

.mc-lp-concerns::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 75px solid transparent;
  border-left: 75px solid transparent;
  border-top: 30px solid #0b132b;
  border-bottom: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.mc-lp-concerns__title {
  font-family: var(--mc-sans);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}

.mc-lp-concerns__lead {
  font-size: 14px;
  color: rgba(255, 255, 255, .85);
  text-align: center;
  margin-bottom: 28px;
}

.mc-lp-concerns__grid {
  margin-top: 30px!important; 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.mc-lp-concerns__card {
  background: var(--mc-cream);
  border-radius: 4px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 120px;
}

.mc-lp-concerns__icon {
  width: 58px;
  object-fit: contain;
}

.mc-lp-concerns__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--mc-navy);
}
.mc-lp-concerns__text._second {
  margin: -10px 0 0;
}

/* about */
.mc-lp-about {
  background: var(--mc-gray-bg) url("../images/menscondition/about-pattern.png") repeat;
  padding: 60px 0 40px;
  background-size: cover;
}

.mc-lp-about__title {
  font-family: var(--mc-sans);
  font-size: 32px;
  font-weight: 900!important;
  color: var(--mc-blue);
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: -.05em;
  line-height: 1;
  margin-bottom: 30px!important;
}

.mc-lp-about__photo {
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
}

.mc-lp-about__photo img {
  width: 100%;
  display: block;
}

.mc-lp-about__body {
  font-size: 14px;
  line-height: 1.93;
  letter-spacing: -0.05em;
  text-align: center;
  color: var(--mc-navy);
}

.mc-lp-about__body p + p {
  margin-top: 1em;
}

/* reason */
.mc-lp-reason {
  position: relative;
  background: var(--mc-navy) url("../images/menscondition/reason-bg.png") center / cover no-repeat;
  background-size: cover;
  padding: 56px 0;
}


.mc-lp-reason__inner {
  position: relative;
  z-index: 1;
}

.mc-lp-reason__title {
  font-family: var(--mc-sans);
  font-size: 19px;
  font-weight: 600!important;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}

.mc-lp-reason__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  text-align: center;
}

.mc-lp-reason__text p:nth-of-type(1){
  margin: 20px 0 30px!important;

}

.mc-lp-reason__highlight {
  font-style: normal;
  border-bottom: 1px solid var(--mc-gold);
  padding-bottom: 2px;
}

/* recommend */
.mc-lp-recommend {
  background: var(--mc-gray-bg);
  padding: 48px 0 80px;
}

.mc-lp-recommend__title {
  font-family: var(--mc-sans);
  font-size: 29px;
  font-weight: 900!important;
  line-height: 39px;
  color: var(--mc-navy);
  text-align: center;
  margin-bottom: 28px;
  position: relative;
}

.mc-lp-recommend__title-line1,
.mc-lp-recommend__title-line2 {
  display: block;
}

.mc-lp-recommend__title-sm {
  font-size: 24px;
}

.mc-lp-recommend__list {
  margin: 50px 0 0!important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mc-lp-recommend__quote-mark {
  position: absolute;
  line-height: 0;
  pointer-events: none;
}

.mc-lp-recommend__quote-mark img {
  display: block;
  width: 100%;
  height: auto;
}

/* Figma 1:282 — 右上（1行目右・やや上） */
.mc-lp-recommend__quote-mark--tr {
  top: -5px;
  left: calc(50% + 106px);
  width: 26px;
}


/* Figma 1:281 — 左下（2行目左・やや下） */
.mc-lp-recommend__quote-mark--bl {
  top: 63px;
  left: calc(50% - 126px);
  width: 30px;
}

.mc-lp-recommend__card {
  position: relative;
  background: var(--mc-cream);
  border: 1px solid var(--mc-gold);
  border-radius: 5px;
  padding: 28px 20px 20px;
  text-align: center;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .08);
}

.mc-lp-recommend__card--row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  text-align: left;
}

.mc-lp-recommend__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  object-fit: contain;
  flex-shrink: 0;
}

.mc-lp-recommend__card--row .mc-lp-recommend__icon {
  margin: 0;
  width: 62px;
  height: 68px;
}

.mc-lp-recommend__text {
  font-size: 14px;
  line-height: 1.93;
  color: var(--mc-navy);
}

/* medical */
.mc-lp-medical {
  background: var(--mc-navy);
  padding: 48px 0 56px;
}

.mc-lp-medical__title {
  font-family: var(--mc-sans);
  font-size: 32px;
  font-weight: 500!important;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}

.mc-lp-medical__card {
  margin-top: 30px!important;
  background: var(--mc-cream);
  border: 1px solid var(--mc-blue);
  border-radius: 4px;
  padding: 20px 16px;
  position: relative;
}

.mc-lp-medical__card:last-child {
  margin-bottom: 0;
}

.mc-lp-medical__checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-lp-medical__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(11, 19, 43, .1);
  padding-left: 1.2em;
  position: relative;
}

.mc-lp-medical__row::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 24px;
  font-size: 6px;
  color: var(--mc-navy);
}

.mc-lp-medical__row:last-child {
  border-bottom: none;
}

.mc-lp-medical__label {
  font-size: 20px;
  font-weight: 500;
  color: var(--mc-navy);
}

.mc-lp-medical__desc {
  font-size: 11px;
  line-height: 1.5;
  color: #000;
}

.mc-lp-medical__deco {
  position: absolute;
  right: 25px;
  bottom: 22px;
  width: 72px;
  height: auto;
  opacity: .35;
  pointer-events: none;
}

.mc-lp-medical__notes {
  margin-top: 20px;
  padding: 16px;
  background: rgba(255, 255, 255, .5);
  border-radius: 4px;
}

.mc-lp-medical__notes-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--mc-navy);
  margin-bottom: 8px;
}

.mc-lp-medical__notes-list {
  font-size: 11px;
  line-height: 1.7;
  color: var(--mc-muted);
}

.mc-lp-medical__notes-list li {
  position: relative;
  padding-left: 1em;
}

.mc-lp-medical__notes-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* flow — Figma 1:461 */
.mc-lp-flow {
  background: var(--mc-navy);
  padding: 48px 0 56px;
  overflow: hidden;
}

.mc-lp-flow .mc-lp__inner {
  padding: 0 4.6875vw 0 0;
}

.mc-lp .mc-lp-flow__title {
  font-family: var(--mc-sans);
  font-size: 32px;
  font-weight: 500;
  line-height: 33px;
  color: #fff;
  text-align: center;
  margin: 0 0 55px;
}

.mc-lp-flow__timeline {
  position: relative;
  margin-inline: 0;
}

.mc-lp-flow__timeline::before {
  content: "";
  position: absolute;
  left: 70px;
  top: 130px;
  bottom: 100px;
  width: 1px;
  background: rgba(255, 255, 255, .75);
  z-index: 0;
}

.mc-lp-flow__item {
  position: relative;
  margin-bottom: 32px;
}

.mc-lp-flow__item:last-child {
  margin-bottom: 0;
}

.mc-lp-flow__banner {
  display: flex;
  gap: 20px;
  height: 75px;
  padding: 0 40px;
  align-items: center;
  background: var(--mc-gold);
  clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0 100%);
}

.mc-lp-flow__step {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: .02em;
  background: none;
  transform: none;
}
.mc-lp-flow__step._another {
  margin: -15px 0 0!important;
}

.mc-lp .mc-lp-flow__heading {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.mc-lp-flow__heading-note {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
}

.mc-lp-flow__body {
  display: grid;
  grid-template-columns: 117px 1fr;
  gap: 21px;
  align-items: start;
  margin-top: -15px;
  padding: 0 0 0 12px;
  position: relative;
  z-index: 1;
}

.mc-lp-flow__photo {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}

.mc-lp-flow__photo img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.mc-lp .mc-lp-flow__text {
  margin: 0;
  padding-top: 43px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  max-width: none;
  white-space: nowrap;
}

.mc-lp-flow__text-note {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 27px;
}

/* exam */
.mc-lp-exam {
  background: var(--mc-navy);
  padding: 48px 0 56px;
  background-image: url("../images/menscondition/exam-bg.png");
  background-size: auto;
  background-repeat: no-repeat;
}

.mc-lp-exam__title {
  font-family: var(--mc-sans);
  font-size: 32px;
  font-weight: 500!important;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}

.mc-lp-exam__intro {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.93;
  color: #fff;
  text-align: center;
}

.mc-lp-exam__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mc-lp-exam__card {
  position: relative;
  background: var(--mc-cream);
  border-radius: 6px;
  padding: 60px 20px 15px;
  overflow: hidden;
  border: 1px solid #BD9858;
}

.mc-lp-exam__ribbon {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 5px 28px 5px 16px;
  background: var(--mc-gold-grad);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.mc-lp-exam__card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--mc-navy);
  margin-bottom: 12px;
}

.mc-lp-exam__card-text {
  font-size: 14px;
  line-height: 1.8;
  color: var(--mc-navy);
  margin-bottom: 16px;
}

.mc-lp-exam__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding-top: 0;
}

.mc-lp-exam__price-label {
  font-size: 12px;
  color: var(--mc-navy);
}

.mc-lp-exam__price-value {
  font-family: var(--mc-sans);
  font-size: 35px;
  font-weight: 700;
  color: var(--mc-gold-dark);
  line-height: 1;
}

.mc-lp-exam__price-unit {
  font-size: 22px;
  font-weight: 500!important;
  color: var(--mc-gold-dark);
}

.mc-lp-exam__dock {
  margin-top: 32px;
  padding: 8px 0 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.mc-lp-exam__dock-title {
  font-size: 24px;
  font-weight: 600!important;
  color: #fff;
  margin-bottom: 16px;
}

.mc-lp .mc-lp-exam__dock-name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  margin: 12px 0 16px calc(4.6875vw * -1);
  padding: 0 28px 0 12px;
  background: var(--mc-gold);
  color: #f9f7f4;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, calc(100% - 22px) 100%, 0 100%);
}

.mc-lp .mc-lp-exam__dock-name span {
  transform: translateX(calc(4.6875vw * 1));
}

.mc-lp-exam__dock-desc {
  margin: 12px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.93;
}

.mc-lp-exam__dock-text {
  margin: 8px 0!important;
  padding: 0 0 20px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}

.mc-lp-exam__dock-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  border-top: 11px solid #fff;
  border-bottom: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mc-lp-exam__dock-offer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
}

.mc-lp-exam__dock-badge {
  display: inline-block;
  background: var(--mc-gold);
  color: #fff;
  padding: 8px 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.mc-lp-exam__dock-price {
  font-family: var(--mc-sans);
  font-size: 50px;
  font-weight: 500;
  color: var(--mc-gold-dark);
  line-height: 1;
}

.mc-lp-exam__dock-price small {
  font-size: 25px;
}

.mc-lp-exam__dock-offer-end {
  width: fit-content;
  max-width: 100%;
  margin: 10px auto 15px!important;
  font-size: 20px;
  font-weight: 600;
  box-sizing: border-box;
  transform: translateX(80px);
}

.mc-lp-exam__dock-note {
  margin-top: 20px;
  font-size: 8px;
  color: #fff;
  line-height: 1.7;
  text-align: left;
}

/* price — Figma 1:474 */
.mc-lp-price {
  background-color: #eef1f8;
  background-image: url("../images/menscondition/price-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 48px 0 56px;
  color: var(--mc-navy);
}

.mc-lp .mc-lp-price__title {
  font-family: var(--mc-sans);
  font-size: 32px;
  font-weight: 500;
  line-height: 33px;
  color: var(--mc-navy);
  text-align: center;
  margin: 0 0 14px;
}

.mc-lp .mc-lp-price__lead {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 37px;
  color: var(--mc-navy);
  text-align: center;
}

.mc-lp .mc-lp-price__intro {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
  text-align: center;
}

.mc-lp .mc-lp-price__notice {
  margin: 0 0 24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 22px;
  color: var(--mc-navy);
  text-align: center;
}

.mc-lp-price__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mc-lp-price__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
}

.mc-lp-price__table thead th {
  height: 23px;
  padding: 0 8px;
  background: var(--mc-table-head);
  color: #fff;
  font-size: 12px;
  font-weight: 600!important;
  line-height: 23px;
  text-align: left;
  white-space: nowrap;
  border: none;
}



.mc-lp-price__table thead tr.mc-lp-price__table-gap th {
  height: 6px;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 0;
  font-size: 0;
  box-shadow: none;
}

.mc-lp-price__table tbody th,
.mc-lp-price__table tbody td {
  border: none;
  text-align: left;
  vertical-align: middle;
}

.mc-lp-price__table tbody th {
  height: 76px;
  padding: 6px 8px 8px;
  background: var(--mc-table-plan);
  color: var(--mc-navy);
  font-weight: 700;
  vertical-align: top;
}

.mc-lp-price__table tbody td {
  height: 76px;
  padding: 8px 4px;
  background: #fff;
  color: var(--mc-navy);
}



.mc-lp-price__table tbody tr:last-child th,
.mc-lp-price__table tbody tr:last-child td {
  height: 74px;
}

.mc-lp-price__plan-name {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
}

.mc-lp-price__plan-desc {
  display: block;
  margin-top: 0;
  font-size: 8px;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
}

.mc-lp-price__amount {
  display: block;
  font-family: var(--mc-sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  color: var(--mc-navy);
}

.mc-lp-price__pills {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  color: var(--mc-navy);
}

.mc-lp .mc-lp-price__note {
  margin: 16px 0 0;
  font-size: 8px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
  text-align: left;
}

/* FAQ — Figma 1:475 / 1:476 */
.mc-lp-faq {
  background: #f5f5f5;
  padding: 48px 0 56px;
}

.mc-lp .mc-lp-faq__title {
  font-family: var(--mc-sans);
  font-size: 29px;
  font-weight: 400;
  line-height: 39px;
  color: var(--mc-navy);
  text-align: center;
  margin: 0 0 40px;
}

.mc-lp-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: none;
}

.mc-lp-faq__item {
  border: none;
}

.mc-lp-faq__q {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  padding: 14px 16px 14px 14px;
  background: var(--mc-cream);
  border: 1px solid var(--mc-blue);
  border-radius: 5px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .08);
  text-align: left;
  cursor: pointer;
  color: inherit;
}

.mc-lp-faq__q-label {
  flex-shrink: 0;
  width: 28px;
  color: var(--mc-blue);
  font-size: 31px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
}

.mc-lp-faq__q-text {
  flex: 1;
  min-width: 0;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}

.mc-lp-faq__toggle {
  position: relative;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}

.mc-lp-faq__toggle::before,
.mc-lp-faq__toggle::after {
  content: "";
  position: absolute;
  background: var(--mc-blue);
}

.mc-lp-faq__toggle::before {
  left: 0;
  top: 6.5px;
  width: 15px;
  height: 2px;
}

.mc-lp-faq__toggle::after {
  left: 6.5px;
  top: 0;
  width: 2px;
  height: 15px;
  transition: transform .2s ease, opacity .2s ease;
}

.mc-lp-faq__item.is-open .mc-lp-faq__toggle::after {
  transform: scaleY(0);
}

.mc-lp-faq__a {
  display: none;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px 4px 14px;
}

.mc-lp-faq__item.is-open .mc-lp-faq__a {
  display: flex;
}

.mc-lp-faq__a-label {
  flex-shrink: 0;
  width: 28px;
  color: var(--mc-gold);
  font-size: 31px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
}

.mc-lp .mc-lp-faq__a-text {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding-top: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  color: #000;
}

/* risk — Figma 1:477 */
.mc-lp-risk {
  background: var(--mc-navy);
  padding: 56px 0 64px;
}

.mc-lp .mc-lp-risk__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 33px;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}

.mc-lp-risk__title::after {
  content: "";
  display: block;
  width: 171px;
  height: 1px;
  margin: 5px auto 0;
  background: #fff;
}

.mc-lp .mc-lp-risk__body {
  font-size: 10px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.mc-lp-risk__body p {
  margin: 0;
}

/* unapproved — Figma 1:478 */
.mc-lp-unapproved {
  background: #f5f5f5;
  padding: 56px 0 64px;
}

.mc-lp .mc-lp-unapproved__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 33px;
  color: var(--mc-navy);
  text-align: center;
  margin: 0 0 24px;
}

.mc-lp-unapproved__title::after {
  content: "";
  display: block;
  width: 216px;
  height: 1px;
  margin: 6px auto 0;
  background: var(--mc-navy);
}

.mc-lp-unapproved__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 326px;
  margin: 0 auto!important;
}

.mc-lp-unapproved__card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px 12px;
  background: var(--mc-cream);
  border: 1px solid var(--mc-gold);
  border-radius: 4px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .08);
}

.mc-lp-unapproved__num {
  flex-shrink: 0;
  width: 30px;
  color: var(--mc-blue);
  font-size: 22px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: .02em;
}

.mc-lp-unapproved__content {
  flex: 1;
  min-width: 0;
}

.mc-lp .mc-lp-unapproved__heading {
  margin: 0 0 4px;
  color: var(--mc-blue);
  font-size: 11px;
  font-weight: 700;
  line-height: 19px;
}

.mc-lp .mc-lp-unapproved__text {
  margin: 0;
  color: #000;
  font-size: 8.5px;
  font-weight: 500;
  line-height: 15px;
}

/* CTA — Figma 1:479 */
.mc-lp-cta {
  position: relative;
  background: var(--mc-navy);
  padding: 72px 0 80px;
  text-align: center;
  overflow: hidden;
}

.mc-lp-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/menscondition/cta-bg.png") right center / cover no-repeat;
  z-index: 0;
}

.mc-lp-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(211deg, rgba(9, 38, 125, .6) 2%, rgba(38, 50, 86, .04) 99%);
  z-index: 1;
}

.mc-lp-cta__inner {
  position: relative;
  z-index: 2;
}

.mc-lp .mc-lp-cta__headline {
  margin: 0 0 24px;
  font-family: var(--mc-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #eab964;
  text-align: center;
}

.mc-lp .mc-lp-cta__lead {
  margin: 0;
  font-family: var(--mc-serif);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

/* form — Figma 1:480 */
.mc-lp-form {
  background: #f5f5f5;
  padding: 48px 0 56px;
  scroll-margin-top: 0;
}

/* WP管理バー表示時のアンカーずれ防止 */
.admin-bar .mc-lp-form#contact {
  scroll-margin-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .mc-lp-form#contact {
    scroll-margin-top: 46px;
  }
}

.mc-lp .mc-lp-form__title {
  font-size: 25px;
  font-weight: 700;
  color: var(--mc-text);
  text-align: center;
  margin: 0 0 32px;
}

.mc-lp-form__lead--error {
  color: #c0392b;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin: -16px 0 16px;
}

.mc-lp-form__error-summary {
  list-style: none;
  margin: 0 0 24px!important;
  padding: 16px 18px;
  background: #fdf2f1;
  border: 1px solid #f0c4bf;
  border-radius: 6px;
  text-align: left;
}

.mc-lp-form__error-summary li {
  color: #c0392b;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.mc-lp-form__error-summary li + li {
  margin-top: 8px;
}

.mc-lp-form__group {
  margin-bottom: 20px;
  color: #909090;
}

.mc-lp-form__label-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.mc-lp-form__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 49px;
  height: 23px;
  padding: 0 8px;
  background: var(--mc-required);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
  line-height: 1;
}

.mc-lp-form__badge--optional {
  background: var(--mc-muted);
}

.mc-lp-form__label {
  font-size: 12px;
  font-weight: 700;
  color: var(--mc-text);
}

.mc-lp-form__input,
.mc-lp-form__select,
.mc-lp-form__textarea {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--mc-muted);
  border-radius: 0;
  background: #fff;
  font-family: var(--mc-sans);
  font-size: 12px;
  color: var(--mc-text);
  appearance: none;
}

.mc-lp-form__input::placeholder,
.mc-lp-form__textarea::placeholder {
  color: var(--mc-muted);
}

.mc-lp-form__input:focus,
.mc-lp-form__select:focus,
.mc-lp-form__textarea:focus {
  outline: 2px solid var(--mc-blue);
  outline-offset: 0;
}

.mc-lp-form__textarea {
  min-height: 80px;
  resize: vertical;
}

.mc-lp-form__input--short {
  width: 50px;
  display: inline-block;
}

.mc-lp-form__hint {
  display: block;
  margin-top: 10px!important;
  font-size: 8px;
  color: #909090;
  line-height: 1.5;
}

.mc-lp-form__error {
  display: block;
  margin-top: 6px;
  color: var(--mc-required);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.mc-lp-form__mw .error {
  display: block;
  margin-top: 6px;
  color: var(--mc-required);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.mc-lp-form__group.is-invalid .mc-lp-form__input,
.mc-lp-form__group.is-invalid .mc-lp-form__select,
.mc-lp-form__group.is-invalid .mc-lp-form__textarea,
.mc-lp-form__mw .mc-lp-form__group.is-invalid input[type="text"],
.mc-lp-form__mw .mc-lp-form__group.is-invalid input[type="email"],
.mc-lp-form__mw .mc-lp-form__group.is-invalid input[type="tel"],
.mc-lp-form__mw .mc-lp-form__group.is-invalid input[type="number"],
.mc-lp-form__mw .mc-lp-form__group.is-invalid select,
.mc-lp-form__mw .mc-lp-form__group.is-invalid textarea {
  border-color: var(--mc-required);
}

.mc-lp-form__privacy.is-invalid {
  flex-wrap: wrap;
}

.mc-lp-form__radios,
.mc-lp-form__checkboxes {
  display: flex;
  flex-direction: column;
  
}

.mc-lp-form__radio,
.mc-lp-form__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--mc-muted);
  cursor: pointer;
}

.mc-lp-form__radio input,
.mc-lp-form__checkbox input {
  width: 14px;
  height: 14px;
  accent-color: var(--mc-blue);
  flex-shrink: 0;
}

.mc-lp-form__notice {
  margin: 24px 0 16px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--mc-text);
}

.mc-lp-form__notice a {
  color: var(--mc-text);
  text-decoration: underline;
}

.mc-lp-form__privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 24px 0;
  font-size: 12px;
  color: var(--mc-muted);
}

.mc-lp-form__divider {
  width: 100%;
  max-width: 331px;
  height: 1px;
  margin: 16px auto;
  border: none;
  background: rgba(0, 0, 0, .15);
}

.mc-lp-form__submit {
  display: block;
  position: relative;
  width: 100%;
  max-width: 341px;
  margin: 0 auto;
  padding: 20px 40px 20px 24px;
  border: none;
  border-radius: 5px;
  background: var(--mc-required);
  color: #fff!important;
  font-family: var(--mc-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  cursor: pointer;
  transition: opacity .2s;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.mc-lp-form__submit::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.mc-lp-form__submit:hover {
  opacity: .9;
}

.mc-lp-form__radios--row {
  flex-direction: row;
  gap: 24px;
}

.mc-lp-form__mw .mw_wp_form input[type="text"],
.mc-lp-form__mw .mw_wp_form input[type="email"],
.mc-lp-form__mw .mw_wp_form input[type="tel"],
.mc-lp-form__mw .mw_wp_form input[type="number"],
.mc-lp-form__mw .mw_wp_form select,
.mc-lp-form__mw .mw_wp_form textarea {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--mc-muted);
  border-radius: 0;
  background: #fff;
  font-family: var(--mc-sans);
  font-size: 12px;
  color: var(--mc-text);
  box-sizing: border-box;
}

.mc-lp-form__mw .mw_wp_form textarea {
  height: auto;
  min-height: 80px;
}

.mc-lp-form__mw .mw_wp_form input[type="number"] {
  width: 60px;
  display: inline-block;
}

.mc-lp-form__mw .mw_wp_form input[type="submit"],
.mc-lp-form__mw .mw_wp_form button[type="submit"].mc-lp-form__submit {
  display: block;
  position: relative;
  width: 100%;
  max-width: 341px;
  padding: 20px 40px 20px 24px;
  border: none;
  border-radius: 5px;
  background: var(--mc-required);
  color: #fff!important;
  font-family: var(--mc-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.mc-lp-form__mw .mw_wp_form button[type="submit"].mc-lp-form__submit::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.mc-lp-form__mw .mwform-radio-field,
.mc-lp-form__mw .mwform-checkbox-field {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--mc-muted);
}

.mc-lp-form__mw .mwform-checkbox-field label {
  display: flex;
  align-items: center;
}

.mc-lp-form__mw .mwform-checkbox-field input {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.mwform-radio-field.horizontal-item label {
  display: flex;
  align-items: center;
}

.mc-lp-form__privacy {
  display: flex;
  flex-direction: column;
  gap: 0!important;
}

.mwform-checkbox-field-text,
.mwform-radio-field-text {
  color: #333;
}

/* confirm / complete */
.mc-lp-form__lead {
  margin: 0 0 24px!important;
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  text-align: center;
}

.mc-lp-form__actions {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  max-width: 341px;
  margin: 24px auto 0;
}

.mc-lp-form__back {
  display: block;
  width: 100%;
  height: 64px;
  padding: 16px 24px;
  border: 1px solid var(--mc-muted);
  border-radius: 5px;
  background: #fff;
  color: var(--mc-text);
  font-family: var(--mc-sans);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  transition: opacity .2s;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.mc-lp-form__back:hover {
  opacity: .85;
}

.mc-lp-form__submit--link {
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.mw_wp_form_confirm .mc-lp-form__hint,
.mw_wp_form_confirm .mc-lp-form__notice,
.mw_wp_form_confirm .mc-lp-form__divider,
.mw_wp_form_confirm .mc-lp-form__privacy {
  display: none;
}

.mw_wp_form_confirm .mc-lp-form__group {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  color: #333;
}

.mw_wp_form_confirm .mc-lp-form__group:last-of-type {
  border-bottom: none;
}

.mw_wp_form_confirm .mc-lp-form__group > :not(.mc-lp-form__label-row):not(.mc-lp-form__hint) {
  font-size: 14px;
  line-height: 1.7;
  color: var(--mc-text);
}

.mc-lp-form__actions input[type="submit"],
.mc-lp-form__actions button[type="submit"],
.mc-lp-form__actions .mc-lp-form__submit {
  margin: 0;
  max-width: none;
}

.mw_wp_form_confirm .mc-lp-form__actions input[type="submit"],
.mw_wp_form_confirm .mc-lp-form__actions button[type="submit"] {
  margin-top: 0;
}

.mc-lp-form-complete {
  max-width: 341px;
  margin: 0 auto;
  padding: 32px 20px 8px;
  text-align: center;
}

.mc-lp-form-complete__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--mc-gold);
  position: relative;
}

.mc-lp-form-complete__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 12px;
  height: 22px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.mc-lp-form-complete__title {
  margin: 0 0 16px;
  font-family: var(--mc-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--mc-navy);
}

.mc-lp-form-complete__message,
.mc-lp-form-complete__text {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--mc-text);
}

.mc-lp-form-complete__message .mw_wp_form,
.mc-lp-form-complete__message p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--mc-text);
}

.mc-lp-form-complete__back {
  margin: 0;
}

/* footer — Figma 1:481 */
.mc-lp-footer {
  background: var(--mc-navy);
  padding: 48px 16px 0;
  color: #fff;
}

.mc-lp:has(.mc-lp-fixed-cta) .mc-lp-footer {
  padding-bottom: 100px;
}

.mc-lp-footer .mc-lp__inner {
  padding: 0;
}

.mc-lp .mc-lp-footer__title {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 28px;
}

.mc-lp-footer__info {
  max-width: 340px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.mc-lp-footer__info p {
  margin: 0;
}

.mc-lp-footer__info p + p {
  margin-top: 10px;
}

.mc-lp .mc-lp-footer__copy {
  font-size: 8px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin: 32px 0 0;
  padding: 8px 0 16px;
}

/* fixed CTA banner */
.mc-lp-fixed-cta {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: var(--mc-navy);
  transform: translate(-50%, 110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .3s ease, opacity .3s ease, visibility .3s;
  box-sizing: border-box;
}

.mc-lp-fixed-cta.is-active {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mc-lp-fixed-cta__btn {
  margin: 0 auto;
  color: #fff!important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .35);
}

/* responsive */
@media (min-width: 768px) {
  .mc-lp {
    font-size: 15px;
  }

  .mc-lp__inner {
    padding: 0 24px;
  }

  .mc-lp-fv {
    min-height: 480px;
    padding-bottom: 64px;
  }

  .mc-lp-fv__title {
    font-size: 34px;
  }

  .mc-lp-concerns__grid {
    gap: 16px;
  }

  .mc-lp-concerns__card {
    padding: 20px 16px;
    min-height: 140px;
  }

  .mc-lp-flow__timeline {
    margin-inline: 0;
  }

  .mc-lp-exam__dock-name {
    margin-inline: -24px;
  }
}

.mw_wp_form.mw_wp_form_direct_access_error {
  display: none;
}