@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  font-size: 100%;
  scroll-behavior: smooth;
  background: #f7f9fb;
  color: #393939;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  min-height: 100%;
  margin: 0;
  background: #f7f9fb;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

button,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.fh {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #f7f9fb;
}

.fh-pc-logo {
  display: none;
}

.fh-main {
  width: min(100%, 25.875rem);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #fbfbfa;
}

.fh[data-state="top"] #fh-quiz,
.fh[data-state="top"] #fh-loading,
.fh[data-state="top"] #fh-result,
.fh[data-state="quiz"] #fh-top,
.fh[data-state="quiz"] #fh-loading,
.fh[data-state="quiz"] #fh-result,
.fh[data-state="loading"] #fh-top,
.fh[data-state="loading"] #fh-quiz,
.fh[data-state="loading"] #fh-result,
.fh[data-state="result"] #fh-top,
.fh[data-state="result"] #fh-quiz,
.fh[data-state="result"] #fh-loading {
  display: none;
}

.fh:has(#fh-quiz:target) #fh-top,
.fh:has(#fh-quiz:target) #fh-loading,
.fh:has(#fh-quiz:target) #fh-result {
  display: none;
}

.fh:has(#fh-quiz:target) #fh-quiz {
  display: block;
}

.fh-visually-hidden {
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  padding: 0;
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.fh-header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 54px;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.fh-header__logo {
  width: 169px;
  width: 10.5625rem;
  height: 30px;
  height: 1.875rem;
  object-fit: contain;
}

.fh-top {
  position: relative;
  height: 732px;
  height: 45.75rem;
  background: #f7f9fb;
  overflow: hidden;
}

.fh-top__header {
  height: 54px;
  height: 3.375rem;
}

.fh-top__hero {
  position: absolute;
  left: 0;
  top: 54px;
  top: 3.375rem;
  width: 414px;
  width: 25.875rem;
  height: 549px;
  height: 34.3125rem;
  object-fit: cover;
}

.fh-top__panel {
  position: absolute;
  left: 19px;
  left: 1.1875rem;
  top: 525px;
  top: 32.8125rem;
  width: 373px;
  width: 23.3125rem;
  height: 183px;
  height: 11.4375rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 20px;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 17.68px rgba(35, 24, 21, 0.1);
  box-shadow: 0 0 1.105rem rgba(35, 24, 21, 0.1);
  text-align: center;
}

.fh-top__lead {
  margin: 0;
  color: #3b3b3b;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
}

.fh-top__lead span {
  color: #ea600c;
}

.fh-top__start {
  position: absolute;
  left: 8px;
  left: 0.5rem;
  top: 62px;
  top: 3.875rem;
  z-index: 3;
  display: block;
  width: 361px;
  width: 22.5625rem;
  height: 112px;
  height: 7rem;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  touch-action: manipulation;
}

.fh-top__start-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.fh-quiz,
.fh-loading,
.fh-result {
  background: #fbfbfa;
}

.fh-quiz__body {
  min-height: calc(100vh - 3.375rem);
}

.fh-pre,
.fh-step {
  overflow: visible;
}

.fh-pre {
  padding: 17px 26px 28px;
  padding: 1.0625rem 1.625rem 1.75rem;
}

.fh-step {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.fh-pre__intro {
  margin: 0 auto 3px;
  margin: 0 auto 0.1875rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
  text-align: center;
}

.fh-pre__note {
  margin: 0 0 17px;
  margin: 0 0 1.0625rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.65;
  letter-spacing: 0.3px;
  letter-spacing: 0.01875rem;
  text-align: center;
}

.fh-pre__group {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.fh-pre__label {
  margin: 0 0 9px;
  margin: 0 0 0.5625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}

.fh-pre__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  gap: 0.4375rem;
}

.fh-pill {
  position: relative;
  min-width: 88px;
  height: 38px;
  height: 2.375rem;
  padding: 8px 12px 8px 36px;
  padding: 0.5rem 0.75rem 0.5rem 2.25rem;
  border: 0;
  border-radius: 5px;
  border-radius: 0.3125rem;
  background: #efeeed;
  color: #3a3a3a;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
  text-align: left;
}

.fh-pill::before,
.fh-option__mark {
  content: "";
  position: absolute;
  border: 1px solid #c5c5c5;
  border: 0.0625rem solid #c5c5c5;
  border-radius: 50%;
  background: #fff;
}

.fh-pill::before {
  left: 12px;
  left: 0.75rem;
  top: 9px;
  top: 0.5625rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}

.fh-pill.is-selected {
  border: 1px solid #da6d2a;
  border: 0.0625rem solid #da6d2a;
  background: #f3e9e4;
}

.fh-pill.is-selected::before,
.fh-option.is-selected .fh-option__mark {
  border: 6px solid #df6f2b;
  border: 0.375rem solid #df6f2b;
}

.fh-age-input {
  width: 302px;
  width: 18.875rem;
  height: 42px;
  height: 2.625rem;
  padding: 0 12px;
  padding: 0 0.75rem;
  border: 0;
  border-radius: 5px;
  border-radius: 0.3125rem;
  background: #efeeed;
  color: #3a3a3a;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
}

.fh-age-input::placeholder {
  color: #9a9691;
}

.fh-step__progress {
  position: relative;
  width: 100%;
  height: 73px;
  height: 4.5625rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  background: rgba(243, 233, 228, 0.52);
}

.fh-step__bar {
  position: absolute;
  left: 40px;
  left: 2.5rem;
  top: 20px;
  top: 1.25rem;
  width: 336px;
  width: 21rem;
  height: 8px;
  height: 0.5rem;
}

.fh-step__bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  top: 0.25rem;
  height: 1px;
  height: 0.0625rem;
  background: #c9c1bd;
}

.fh-step__bar-fill {
  position: absolute;
  left: 0;
  top: 3px;
  top: 0.1875rem;
  width: var(--progress, 0%);
  height: 2px;
  height: 0.125rem;
  background: #ea6f25;
}

.fh-step__bar-fill::after {
  content: "";
  position: absolute;
  right: -4px;
  right: -0.25rem;
  top: -3px;
  top: -0.1875rem;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 50%;
  background: #ea6f25;
}

.fh-step__done {
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 25px;
  top: 1.5625rem;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
}

.fh-step__remain {
  position: absolute;
  left: 0;
  top: 33px;
  top: 2.0625rem;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
}

.fh-step__remain strong {
  margin-left: 2px;
  margin-left: 0.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.fh-step__num {
  margin: 18px 0 0;
  margin: 1.125rem 0 0;
  color: #ea600c;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 1.1px;
  letter-spacing: 0.06875rem;
  text-align: center;
}

.fh-step__ttl {
  width: min(19.5rem, calc(100% - 2rem));
  margin: 1px auto 0;
  margin: 0.0625rem auto 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  text-align: center;
}

.fh-step__lead {
  margin: 11px 0 0;
  margin: 0.6875rem 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  text-align: center;
}

.fh-options {
  width: calc(100% - 2rem);
  margin: 14px auto 0;
  margin: 0.875rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 10px;
  gap: 0.6875rem 0.625rem;
}

.fh-option {
  position: relative;
  min-height: 168px;
  padding: 16px 14px 14px;
  padding: 1rem 0.875rem 0.875rem;
  border: 0;
  border-radius: 16px;
  border-radius: 1rem;
  background: #efeeed;
  color: #3a3a3a;
  text-align: center;
}

.fh-option.is-selected {
  background: #f3e9e4;
}

.fh-option__mark {
  left: 17px;
  left: 1.0625rem;
  top: 15px;
  top: 0.9375rem;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
}

.fh-option__img {
  width: 113px;
  width: 7.0625rem;
  height: 109px;
  height: 6.8125rem;
  margin: 0 auto 8px;
  margin: 0 auto 0.5rem;
  object-fit: contain;
}

.fh-option__txt {
  display: block;
  width: 100%;
  min-height: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.28px;
  letter-spacing: 0.0175rem;
}

.fh-option--none {
  min-height: 48px;
  padding: 13px 14px 13px 43px;
  padding: 0.8125rem 0.875rem 0.8125rem 2.6875rem;
  border-radius: 12px;
  border-radius: 0.75rem;
  text-align: left;
}

.fh-option--none .fh-option__mark {
  left: 18px;
  left: 1.125rem;
  top: 14px;
  top: 0.875rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}

.fh-nav {
  width: calc(100% - 2rem);
  margin: 18px auto 0;
  margin: 1.125rem auto 0;
  display: grid;
  grid-template-columns: 9.875rem 1fr;
  gap: 6px;
  gap: 0.375rem;
}

.fh-pre .fh-nav {
  width: calc(100% + -0.1375rem);
}

.fh-nav__btn {
  height: 54px;
  height: 3.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 1.12px;
  letter-spacing: 0.07rem;
}

.fh-nav__btn--back {
  border: 2px solid #ea6f25;
  border: 0.125rem solid #ea6f25;
  background: #fff;
  color: #ea6f25;
}

.fh-nav__btn--next {
  border: 2px solid #ea6f25;
  border: 0.125rem solid #ea6f25;
  background: #ea6f25;
  color: #fbfbfa;
}

.fh-nav__btn:disabled,
.fh-nav__btn.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.fh-validation {
  width: calc(100% - 1.5rem);
  margin: 12px auto 0;
  margin: 0.75rem auto 0;
  color: #d8551d;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  text-align: center;
}

.fh-loading {
  min-height: 644px;
}

.fh-loading__inner {
  padding-top: 82px;
  padding-top: 5.125rem;
  text-align: center;
}

.fh-loading__img {
  display: block;
  width: 307px;
  width: 19.1875rem;
  height: 183px;
  height: 11.4375rem;
  margin: 0 auto;
  object-fit: contain;
}

.fh-loading__ttl {
  margin: 6px 0 0;
  margin: 0.375rem 0 0;
  color: #ea600c;
  font-family: "Zen Old Mincho", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.68px;
  letter-spacing: 0.105rem;
}

.fh-loading__dots {
  display: inline-block;
  min-width: 1.2em;
  text-align: left;
}

.fh-loading__txt {
  margin: 25px 0 0;
  margin: 1.5625rem 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
}

.fh-result__intro {
  padding: 34px 0 42px;
  padding: 2.125rem 0 2.625rem;
  background: #f3e9e4;
}

.fh-result__panel {
  width: 372px;
  width: 23.25rem;
  margin: 0 auto;
  padding: 33px 27px 44px;
  padding: 2.0625rem 1.6875rem 2.75rem;
  background: #fbfbfa;
  text-align: center;
}

.fh-result__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 131px;
  height: 53px;
  height: 3.3125rem;
  background: #3a3a3a;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.7;
  letter-spacing: 2.7px;
  letter-spacing: 0.16875rem;
}

.fh-result__type {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  margin: 13px 0 0;
  margin: 0.8125rem 0 0;
  color: #3a3a3a;
  font-family: "Zen Old Mincho", serif;
  font-size: 43.42px;
  font-size: 2.41375rem;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 2.17px;
  letter-spacing: 0.135625rem;
  text-align: center;
}

.fh-product-main__ttl::after,
.fh-set__ttl-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  bottom: 0.375rem;
  z-index: -1;
  height: 15px;
  height: 0.9375rem;
  background: #f4f378;
}

.fh-result__type-core {
  position: relative;
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
}

.fh-result__type-core--mineral,
.fh-result__type-core--stack {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

.fh-result__type-core::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  bottom: 0.625rem;
  z-index: -1;
  height: 15px;
  height: 0.9375rem;
  background: #f4f378;
}

.fh-result__type-suffix {
  display: inline-block;
  font-size: 37.23px;
  font-size: 2.326875rem;
  letter-spacing: 2.23px;
  letter-spacing: 0.139375rem;
  white-space: nowrap;
}

.fh-result__subtype {
  margin: 7px 0 0;
  margin: 0.1375rem 0 0;
  color: #3a3a3a;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
}

.fh-result__person {
  width: 211.1px;
  width: 13.19375rem;
  height: 283.17px;
  height: 17.698125rem;
  margin: 14px auto 28px;
  margin: 0.075rem auto 0.05rem;
  object-fit: contain;
}

.fh-danger {
  width: 333px;
  width: 20.8125rem;
  margin: 0 0 43px -8px;
  margin: 0 0 0.8875rem -0.5rem;
}

.fh-danger__lead {
  margin: 0 0 11px;
  margin: 0 0 0.6875rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
}

.fh-danger__line {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.05;
  letter-spacing: 0.85px;
  letter-spacing: 0.053125rem;
}

.fh-danger__focus {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin: 0 5px;
  margin: 0 0.3125rem;
  padding: 0 8px;
  padding: 0 0.5rem;
  border: 1px solid #d51c0b;
  border: 0.0625rem solid #d51c0b;
  color: #d51c0b;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}

.fh-part-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  gap: 0.5625rem;
  margin: 0 0 21px;
  margin: 0 0 0.2125rem;
  color: #ea600c;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
}

.fh-part-label::before,
.fh-part-label::after {
  content: "";
  flex: 1;
  height: 1px;
  height: 0.0625rem;
  background: #ea600c;
}

.fh-radar {
  width: 372px;
  width: 23.25rem;
  margin: 0 0 39px -27px;
  margin: 0 0 2.4375rem -1.6875rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.fh-radar .fh-part-label {
  width: 352px;
  width: 20rem;
  margin-right: auto;
  margin-left: auto;
}

.fh-radar__wrap {
  position: relative;
  width: 372px;
  width: 23.25rem;
  height: 356px;
  height: 22.25rem;
  margin: 0 auto;
}

.fh-radar__svg {
  position: absolute;
  left: 74px;
  left: 4.625rem;
  top: 64px;
  top: 4rem;
  width: 224px;
  width: 14rem;
  height: 224px;
  height: 14rem;
  overflow: visible;
}

.fh-radar__grid {
  stroke: none;
}

.fh-radar__grid--outer {
  fill: #f4f4f4;
}

.fh-radar__grid--4 {
  fill: #e8e8e8;
}

.fh-radar__grid--2 {
  fill: #d4d4d4;
}

.fh-radar__grid--3 {
  fill: #e0e0e0;
}

.fh-radar__grid--1 {
  fill: #d4d4d4;
}

.fh-radar__poly {
  fill: rgba(234, 111, 37, 0.32);
  stroke: none;
  transition: opacity 800ms ease;
}

.fh-radar__dot {
  fill: #cc733b;
}

.fh-radar__label {
  position: absolute;
  width: 132px;
  width: 8.25rem;
  color: #393939;
  font-size: 11.5px;
  font-size: 0.71875rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: center;
}

.fh-radar__label--iron {
  left: 120px;
  left: 7.5rem;
  top: 8px;
  top: 0.8rem;
}

.fh-radar__label--b {
  right: 3px;
  right: -0.5125rem;
  top: 113px;
  top: 7.7625rem;
  width: 116px;
  width: 7.25rem;
}

.fh-radar__label--mineral {
  left: 120px;
  left: 7.5rem;
  bottom: 1rem;
}

.fh-radar__label--gut {
  left: 3px;
  left: -0.3125rem;
  top: 113px;
  top: 7.7625rem;
  width: 116px;
  width: 7.25rem;
}

.fh-radar__status {
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin: 0 auto 4px;
  margin: 0 auto 0.25rem;
}

.fh-radar__label.is-alert {
  color: #c9524e;
}

.fh-radar__text {
  display: block;
}

.fh-feature-list {
  display: grid;
  gap: 10px;
  gap: 0.625rem;
  width: 286px;
  width: 17.875rem;
  margin: 0 auto 34px;
  margin: 0 auto 2.125rem;
  padding: 0;
  list-style: none;
  text-align: left;
}

.fh-feature-list__item {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  column-gap: 10px;
  column-gap: 0.625rem;
  align-items: start;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
}

.fh-feature-list__icon {
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.fh-feature-list__item--plain {
  grid-template-columns: minmax(0, 1fr);
}

.fh-feature-list__text {
  min-width: 0;
}

.fh-section-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  margin: 0 0 17px;
  margin: 0 0 1.0625rem;
  color: #ea600c;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.fh-section-label::before,
.fh-section-label::after {
  content: "";
  flex: 1;
  height: 1px;
  height: 0.0625rem;
  background: #ea600c;
}

.fh-result__state {
  margin: 0 0 36px;
  margin: 0 0 2.25rem;
  text-align: left;
}

.fh-doctor {
  width: 330.314px;
  width: 20.644625rem;
  margin: 0 auto;
}

.fh-doctor > .fh-section-label {
  width: 317.52px;
  width: 19.845rem;
  height: 24px;
  height: 1.5rem;
  margin: 0 auto 20.09px;
  margin: 0 auto 1.255625rem;
  margin-bottom: 20.09px;
  margin-bottom: 1.255625rem;
  gap: 8.9px;
  gap: 0.55625rem;
  font-size: 15.796px;
  font-size: 0.98725rem;
  line-height: 1.54;
  letter-spacing: 1.7375px;
  letter-spacing: 0.10859375rem;
  white-space: nowrap;
}

.fh-doctor > .fh-section-label::before {
  flex: 0 0 104.221px;
  flex: 0 0 6.5138125rem;
}

.fh-doctor > .fh-section-label::after {
  flex: 0 0 109.394px;
  flex: 0 0 6.837125rem;
}

.fh-block-title {
  margin: 0 0 14px;
  margin: 0 0 0.875rem;
  color: #393939;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-align: left;
}

.fh-doctor .fh-block-title {
  width: 317.519px;
  width: 19.8449375rem;
  margin: 0 auto;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.65;
  letter-spacing: 1.02px;
  letter-spacing: 0.06375rem;
}

.fh-text,
.fh-doctor__txt,
.fh-proposal__txt,
.fh-reason__txt,
.fh-product-main__desc,
.fh-counseling__txt {
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 350;
  line-height: 1.75;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
  text-align: left;
  white-space: pre-wrap;
}

.fh-doctor__txt {
  width: 315.695px;
  width: 19.7309375rem;
  margin: 0 auto;
  color: #3a3a3a;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.65;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
}

.fh-doctor__txt--paragraph-start {
  margin-top: 1.65em;
}

.fh-highlight {
  position: relative;
  z-index: 1;
  display: inline;
  font-weight: 700;
  padding: 0 0.02em;
  background: linear-gradient(to top, #F4F378 0 42%, transparent 42% 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.fh-highlight::after {
  content: none;
}

.fh-doctor__bullet,
.fh-proposal__bullet {
  color: #ea600c;
  font-weight: 700;
}

.fh-doctor-card,
.fh-nutritionist {
  position: relative;
  width: 330px;
  width: 20.625rem;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  padding: 30px 20px 19px;
  padding: 1.875rem 1.25rem 1.1875rem;
  border-radius: 31px;
  border-radius: 1.9375rem;
  background: #f0f0f0;
}

.fh-doctor-card {
  width: 330.314px;
  width: 20.644625rem;
  height: 160.369px;
  height: 10.0230625rem;
  margin: 0 auto 17.248px;
  margin: 0 auto 1.078rem;
  margin-bottom: 17.248px;
  margin-bottom: 1.078rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.fh-doctor-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7.594px;
  top: 0.474625rem;
  width: 330.314px;
  width: 20.644625rem;
  height: 152.775px;
  height: 9.5484375rem;
  border-radius: 40px;
  border-radius: 2.5rem;
  background: rgba(234, 240, 244, 0.8);
}

.fh-nutritionist {
  width: 330.31px;
  width: 20.644375rem;
  min-height: 0;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.fh-doctor-card__label,
.fh-nutritionist__label {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  min-width: 104px;
  padding: 4px 13px;
  padding: 0.25rem 0.8125rem;
  border-radius: 100px;
  border-radius: 6.25rem;
  background: #ea600c;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.54;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  text-align: center;
}

.fh-doctor-card__label {
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 103.334px;
  width: 6.458375rem;
  min-width: 103.334px;
  height: 22.887px;
  height: 1.4304375rem;
  padding: 0;
  border-radius: 100px;
  border-radius: 6.25rem;
  background: #62a3d9;
  color: #fbfbfa;
  font-size: 12.796px;
  font-size: 0.79975rem;
  font-weight: 600;
  line-height: 1.54;
  letter-spacing: 0.7678px;
  letter-spacing: 0.0479875rem;
  transform: translateX(-50%);
}

.fh-nutritionist__label {
  top: 6.6px;
  top: 0.4125rem;
  z-index: 2;
  box-sizing: border-box;
  width: 157.06px;
  width: 9.81625rem;
  min-width: 157.06px;
  height: 22.89px;
  height: 1.430625rem;
  padding: 0;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 22.89px;
  line-height: 1.430625rem;
  letter-spacing: 0.77px;
  letter-spacing: 0.048125rem;
  background: #de7b91;
}

.fh-doctor-card__body,
.fh-nutritionist__body {
  display: grid;
  grid-template-columns: 97px 1fr;
  gap: 12px;
  gap: 0.35rem;
  align-items: center;
}

.fh-doctor-card__body {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.fh-nutritionist__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 96.98px minmax(0, 1fr);
  grid-template-columns: 6.06125rem minmax(0, 1fr);
  column-gap: 12.03px;
  column-gap: 0.751875rem;
  align-items: start;
  width: 100%;
  min-height: 0;
  padding: 36.01px 22.25px 14px 20.05px;
  padding: 2.250625rem 1.390625rem 0.875rem 1.253125rem;
  border-radius: 40px;
  border-radius: 2.5rem;
  background: rgba(246, 240, 242, 0.8);
}

.fh-doctor-card__img,
.fh-nutritionist__img {
  width: 97px;
  width: 6.0625rem;
  height: 97px;
  height: 6.0625rem;
  border-radius: 50%;
  object-fit: cover;
}

.fh-doctor-card__img {
  position: absolute;
  left: 20.047px;
  left: 1.2529375rem;
  top: 38.011px;
  top: 2.3756875rem;
  width: 96.978px;
  width: 6.061125rem;
  height: 96.978px;
  height: 6.061125rem;
}

.fh-nutritionist__img {
  position: static;
  width: 96.98px;
  width: 6.06125rem;
  height: 96.98px;
  height: 6.06125rem;
  grid-row: 1 / span 3;
}

.fh-doctor-card__txt,
.fh-nutritionist__txt {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  text-align: left;
}

.fh-doctor-card__txt {
  position: absolute;
  left: 128.049px;
  left: 8.0030625rem;
  top: 43.787px;
  top: 2.7366875rem;
  width: 179px;
  width: 11.1875rem;
  color: #3a3a3a;
  font-size: 10.7px;
  font-size: 0.66875rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.535px;
  letter-spacing: 0.0334375rem;
}

.fh-nutritionist__txt {
  position: static;
  width: auto;
  min-width: 0;
  font-size: 10.7px;
  font-size: 0.66875rem;
  line-height: 1.55;
  letter-spacing: 0.54px;
  letter-spacing: 0.03375rem;
  overflow-wrap: anywhere;
}

.fh-nutritionist__role {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  width: 56.87px;
  width: 3.554375rem;
  height: 14.3px;
  height: 0.89375rem;
  margin-top: 1.46px;
  margin-top: 0.09125rem;
  background: #3a3a3a;
  color: #fbfbfa;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.fh-doctor-card__name,
.fh-nutritionist__name {
  display: block;
  margin-top: 3px;
  margin-top: 0.1875rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}

.fh-doctor-card__name {
  margin-top: 4.32px;
  margin-top: 0.27rem;
  color: #3a3a3a;
  font-size: 24.339px;
  font-size: 1.5211875rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.4868px;
  letter-spacing: 0.030425rem;
}

.fh-doctor-card__name small {
  position: relative;
  top: 1px;
  top: 0.0625rem;
  margin-left: 1px;
  margin-left: 0.0625rem;
  font-size: 11.766px;
  font-size: 0.735375rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2353px;
  letter-spacing: 0.01470625rem;
}

.fh-nutritionist__name {
  position: static;
  margin: 0;
  margin-top: 0.48px;
  margin-top: 0.03rem;
  font-size: 19.84px;
  font-size: 1.24rem;
  line-height: 1.4;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
}

.fh-more {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 48px;
  margin-top: 17px;
  margin-top: 1.0625rem;
  border: 1px solid #3a3a3a;
  border: 0.0625rem solid #3a3a3a;
  background: #fff;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.84px;
  letter-spacing: 0.0525rem;
}

.fh-more[hidden] {
  display: none;
}

.fh-doctor .fh-more {
  position: relative;
  width: 317.519px;
  width: 19.8449375rem;
  min-height: 47.688px;
  margin: 17px auto 0;
  margin: 1.0625rem auto 0;
  padding: 0;
  border: 1px solid #3a3a3a;
  border: 0.0625rem solid #3a3a3a;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
}

.fh-doctor .fh-more::after {
  content: "＋";
  position: absolute;
  right: 17.375px;
  right: 1.0859375rem;
  top: 50%;
  color: #3a3a3a;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 350;
  line-height: 1.65;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  transform: translateY(-50%);
}

.fh-doctor .fh-more.is-open::after {
  content: "−";
}

.fh-more--nutritionist {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1 / -1;
  width: 100%;
  min-height: 35.83px;
  margin: 0;
  margin-top: -5px;
  margin-top: 0.1875rem;
  border-width: 0.8px;
  border-width: 0.05rem;
  background: transparent;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.84px;
  letter-spacing: 0.0525rem;
}

.fh-more--nutritionist[hidden] {
  display: none;
}

.fh-more--nutritionist::after {
  content: "＋";
  position: absolute;
  right: 11.9px;
  right: 0.74375rem;
  top: 50%;
  transform: translateY(-52%);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 350;
  line-height: 1;
}

.fh-more--nutritionist.is-open::after {
  content: "−";
}

.fh-nutritionist-more {
  grid-column: 1 / -1;
  width: 100%;
  margin: 18px 0 24px;
  margin: 1.125rem 0 1.5rem;
  color: #3a3a3a;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 1.75;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  text-align: left;
  white-space: pre-wrap;
}

.fh-disease {
  margin-top: 28.917px;
  margin-top: 1.8073125rem;
  text-align: left;
}

.fh-disease__ttl {
  width: 315.695px;
  width: 19.7309375rem;
  margin: 0 auto 12.994px;
  margin: 0 auto 0.812125rem;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.65;
  letter-spacing: 1.02px;
  letter-spacing: 0.06375rem;
}

.fh-disease__list {
  display: grid;
  gap: 9.995px;
  gap: 0.6246875rem;
  width: 315.695px;
  width: 19.7309375rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.fh-disease__item {
  position: relative;
  min-height: 67px;
  padding: 10.006px 16.176px 10px;
  padding: 0.625375rem 1.011rem 0.625rem;
  border-radius: 1px;
  border-radius: 0.0625rem;
  background: #f3e9e4;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 350;
  line-height: 1.65;
  letter-spacing: 0.78px;
  letter-spacing: 0.04875rem;
}

.fh-disease__item strong {
  display: block;
  color: #ea600c;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  overflow-wrap: anywhere;
  white-space: normal;
}

.fh-disease__desc {
  display: block;
  margin-top: -1px;
  margin-top: -0.0625rem;
  color: #3a3a3a;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 350;
  line-height: 1.65;
  letter-spacing: 0.78px;
  letter-spacing: 0.04875rem;
  overflow-wrap: anywhere;
}

.fh-proposal {
  margin-top: 37px;
  margin-top: 2.3125rem;
  text-align: left;
}

.fh-products {
  position: relative;
  overflow: hidden;
  padding: 18px 0 34px;
  padding: 1.125rem 0 2.125rem;
  background: #fcfcee;
}

.fh-products::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 154px;
  height: 9.625rem;
  background: #f3e9e4;
  clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
}

.fh-products__intro {
  position: relative;
  z-index: 1;
  margin: 0 0 92px;
  margin: 0 0 5.75rem;
  color: #ea600c;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-align: center;
}

.fh-products__intro::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 0.875rem);
  width: 1px;
  width: 0.0625rem;
  height: 34px;
  height: 2.125rem;
  background: #ea600c;
  transform: translateX(-50%);
}

.fh-product-main {
  position: relative;
  z-index: 1;
  width: 356px;
  width: 22.25rem;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.fh-product-main__label,
.fh-set__label {
  display: inline-block;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
  padding: 5px 17px;
  padding: 0.3125rem 1.0625rem;
  background: #3a3a3a;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}

.fh-product-main__ttl {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
}

.fh-product-main__circle {
  position: relative;
  width: 332px;
  width: 20.75rem;
  height: 332px;
  height: 20.75rem;
  margin: 0 auto 18px;
  margin: 0 auto 1.125rem;
  border-radius: 50%;
  background: #fff;
}

.fh-product-main__img {
  position: absolute;
  left: 50%;
  top: 43px;
  top: 2.6875rem;
  width: 112px;
  width: 7rem;
  height: 194px;
  height: 12.125rem;
  transform: translateX(-50%);
  object-fit: contain;
}

.fh-product-main__cat {
  position: absolute;
  left: 50%;
  top: 239px;
  top: 14.9375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 23px;
  margin: 0;
  padding: 4px 18px;
  padding: 0.25rem 1.125rem;
  border-radius: 100px;
  border-radius: 6.25rem;
  background: #e8e5c4;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.65px;
  letter-spacing: 0.040625rem;
  white-space: nowrap;
  transform: translateX(-50%);
}

.fh-product-main__name {
  position: absolute;
  left: 0;
  top: 262px;
  top: 16.375rem;
  width: 100%;
  margin: 0;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.55px;
  letter-spacing: 0.096875rem;
}

.fh-product-main__desc {
  width: 326px;
  width: 20.375rem;
  margin: 0 auto;
}

.fh-buy-card {
  position: relative;
  box-sizing: border-box;
  width: 374px;
  width: 23.375rem;
  height: 584px;
  height: 36.5rem;
  margin: 0 19px 16px 21px;
  margin: 0 1.1875rem 1rem 1.3125rem;
  padding: 0;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 20px;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 16.8px #deded0;
  box-shadow: 0 0.125rem 1.05rem #deded0;
  text-align: center;
}

.fh-buy-card__tag {
  position: absolute;
  left: 112.79px;
  left: 7.049375rem;
  top: 25.85px;
  top: 1.615625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 144.42px;
  width: 9.02625rem;
  height: 55.73px;
  height: 3.483125rem;
  margin: 0;
  padding: 0;
  background: #3a3a3a;
  color: #fff;
  font-size: 19.05px;
  font-size: 1.190625rem;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 1.9px;
  letter-spacing: 0.11875rem;
}

.fh-buy-card__tag small {
  margin-top: -2px;
  margin-top: -0.125rem;
  color: #fffffe;
  font-size: 14.05px;
  font-size: 0.878125rem;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}

.fh-buy-card__name {
  position: absolute;
  left: 0;
  top: 89.64px;
  top: 5.6025rem;
  width: 100%;
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 2.52px;
  letter-spacing: 0.1575rem;
}

.fh-buy-card__amount {
  position: absolute;
  left: 0;
  top: 129.59px;
  top: 8.099375rem;
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 1.35px;
  letter-spacing: 0.084375rem;
}

.fh-buy-card__row {
  position: absolute;
  inset: 0;
  display: block;
}

.fh-buy-card__img {
  position: absolute;
  left: 35.88px;
  left: 2.2425rem;
  top: 166.74px;
  top: 10.42125rem;
  width: 95.68px;
  width: 5.98rem;
  height: 181.81px;
  height: 11.363125rem;
  margin: 0;
  object-fit: contain;
}

.fh-price {
  position: absolute;
  left: 143.6px;
  left: 8.975rem;
  top: 187.26px;
  top: 11.70375rem;
  display: grid;
  grid-template-columns: 58.14px max-content max-content;
  grid-template-columns: 3.63375rem max-content max-content;
  grid-template-rows: auto 24.64px auto;
  grid-template-rows: auto 1.54rem auto;
  column-gap: 9px;
  column-gap: 0.5625rem;
  align-items: center;
  width: 190px;
  width: 11.875rem;
  text-align: left;
}

.fh-price__regular {
  position: relative;
  grid-column: 1 / -1;
  justify-self: center;
  width: 121.66px;
  width: 7.60375rem;
  min-height: 51.55px;
  min-height: 3.221875rem;
  margin: 0;
  text-align: center;
}

.fh-price__regular::after {
  content: "";
  position: absolute;
  left: 0;
  top: 37.93px;
  top: 2.370625rem;
  width: 121.66px;
  width: 7.60375rem;
  height: 1px;
  height: 0.0625rem;
  background: #d95b55;
}

.fh-price__regular-label {
  position: static;
  display: block;
  font-size: 14.09px;
  font-size: 0.880625rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1.27px;
  letter-spacing: 0.079375rem;
  white-space: nowrap;
}

.fh-price__regular-value {
  position: static;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  width: auto;
  margin: 0;
  font-size: 19.51px;
  font-size: 1.219375rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.98px;
  letter-spacing: 0.06125rem;
  white-space: nowrap;
}

.fh-price__regular-yen {
  position: static;
  margin-left: 2px;
  margin-left: 0.125rem;
  font-size: 14.09px;
  font-size: 0.880625rem;
  letter-spacing: 1.27px;
  letter-spacing: 0.079375rem;
}

.fh-price__regular-tax {
  position: static;
  margin-left: 1px;
  margin-left: 0.0625rem;
  font-size: 11.92px;
  font-size: 0.745rem;
  letter-spacing: 1.07px;
  letter-spacing: 0.066875rem;
  white-space: nowrap;
}

.fh-price__arrow {
  position: static;
  grid-column: 1 / -1;
  justify-self: center;
  width: 0;
  height: 0;
  border-left: 11.45px solid transparent;
  border-left: 0.715625rem solid transparent;
  border-right: 11.45px solid transparent;
  border-right: 0.715625rem solid transparent;
  border-top: 16.21px solid #3a3a3a;
  border-top: 1.013125rem solid #3a3a3a;
}

.fh-price__discount {
  position: static;
  grid-column: 1;
  grid-row: 3;
  display: grid;
  place-items: center;
  width: 58.14px;
  width: 3.63375rem;
  height: 58.14px;
  height: 3.63375rem;
  margin: 0;
  border-radius: 50%;
  background: #d95b55;
  color: #fff;
  font-size: 13.01px;
  font-size: 0.813125rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.fh-price__main {
  position: static;
  display: inline-flex;
  align-items: baseline;
  grid-column: 2 / 4;
  grid-row: 3;
  justify-self: start;
  white-space: nowrap;
  color: #3a3a3a;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-variant-numeric: tabular-nums;
  font-size: 47.69px;
  font-size: 2.980625rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}

.fh-price__yen {
  margin-left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23.84px;
  font-size: 1.49rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
}

.fh-price__tax {
  position: absolute;
  left: 196px;
  left: 10.65rem;
  top: 111px;
  top: 6.3375rem;
  padding: 0;
  margin: 0;
  font-size: 9.75px;
  font-size: 0.609375rem;
  line-height: 1.7;
  letter-spacing: 0.98px;
  letter-spacing: 0.06125rem;
  white-space: nowrap;
}

.fh-buy-card__cta-img {
  position: absolute;
  left: 50%;
  top: 357.57px;
  top: 22.348125rem;
  display: block;
  width: 89.6%;
  height: 106.4px;
  height: 6.65rem;
  margin: 0;
  transform: translateX(-50%);
}

.fh-buy-card__cta-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fh-subscription-note {
  width: 97.6%;
  margin: 13px auto 0;
  margin: 0.8125rem auto 0;
  color: #3a3a3a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 350;
  line-height: 1.7;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  text-align: left;
}

.fh-subscription-note--buy-card {
  position: absolute;
  left: 50%;
  top: 452.271px;
  top: 29.266938rem;
  width: 89.6%;
  margin: 0;
  transform: translateX(-50%);
}

.fh-subscription-note--set {
  width: calc(89.6% + 2.912rem);
  margin: 14px calc((100% - (89.6% + 2.912rem)) / 2) 0;
  margin: 0.875rem calc((100% - (89.6% + 2.912rem)) / 2) 0;
}

.fh-subscription-note--product {
  margin-top: 11px;
  margin-top: 0.6875rem;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
}

.fh-cta {
  position: relative;
  display: grid;
  place-items: center;
  width: 336px;
  width: 21rem;
  min-height: 84px;
  margin: 2px auto 0;
  margin: 0.125rem auto 0;
  border: 3px solid #fff;
  border: 0.1875rem solid #fff;
  border-radius: 100px;
  border-radius: 6.25rem;
  background: linear-gradient(180deg, #f6761e 0%, #f75a05 100%);
  box-shadow: 0 5px 8px rgba(58, 58, 58, 0.25);
  box-shadow: 0 0.3125rem 0.5rem rgba(58, 58, 58, 0.25);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-align: center;
}

.fh-cta--set {
  display: block;
  width: 337.64px;
  width: 21.1025rem;
  min-height: 0;
  margin-top: -0.8px;
  margin-top: -0.05rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 0;
  letter-spacing: 0;
}

.fh-cta--product {
  display: block;
  width: 358.202px;
  width: 22.387625rem;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 0;
  letter-spacing: 0;
}

.fh-cta--set img,
.fh-cta--product img {
  display: block;
  width: 100%;
  height: auto;
}

.fh-cta::after,
.fh-more-link::after {
  content: "›";
  position: absolute;
  right: 25px;
  right: 1.5625rem;
  top: 50%;
  margin-left: 0;
  transform: translateY(-50%);
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
}

.fh-cta--set::after,
.fh-cta--product::after {
  content: none;
}

.fh-cta--disabled,
.fh-more-link--disabled {
  cursor: not-allowed;
  filter: grayscale(1);
  opacity: 0.45;
  pointer-events: none;
}

.fh-products__note {
  width: 353.08px;
  width: 22.0675rem;
  margin: 16px auto 0;
  margin: 1rem auto 0;
}

.fh-products__note--primary {
  color: #ea600c;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
  text-decoration: underline;
  text-align: left;
}

.fh-products__note--sub {
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #3a3a3a;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 350;
  line-height: 1.7;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  text-decoration: none;
  text-align: left;
}

.fh-reason {
  position: relative;
  width: 352px;
  width: 22rem;
  height: 778.44px;
  height: 49.7525rem;
  margin: 21px auto 0;
  margin: 1.3125rem auto 0;
  padding: 0;
  border-radius: 5px;
  border-radius: 0.3125rem;
  background: #efefe1;
  text-align: center;
}

.fh-reason__ttl {
  position: absolute;
  left: 26px;
  left: 1.625rem;
  top: 22px;
  top: 1.375rem;
  width: 298.64px;
  width: 18.665rem;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 1.26px;
  letter-spacing: 0.07875rem;
}

.fh-reason__img {
  position: absolute;
  left: 28.36px;
  left: 1.7725rem;
  top: 91.54px;
  top: 5.72125rem;
  width: 295.49px;
  width: 18.468125rem;
  height: 83.47px;
  height: 5.216875rem;
  margin: 0;
  object-fit: contain;
}

.fh-reason__txt {
  color: #3a3a3a;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 350;
  line-height: 1.75;
  letter-spacing: 0.91px;
  letter-spacing: 0.056875rem;
}

.fh-reason__txt--lead {
  position: absolute;
  left: 26.78px;
  left: 1.67375rem;
  top: 189.69px;
  top: 11.855625rem;
  width: 298.64px;
  width: 18.665rem;
  margin: 0;
}

.fh-reason__box {
  position: absolute;
  left: 27.78px;
  left: 1.73625rem;
  top: 390.36px;
  top: 24.3975rem;
  width: 297.06px;
  width: 18.56625rem;
  min-height: 212.03px;
  min-height: 13.251875rem;
  height: auto;
  margin: 0;
  padding: 16px 17.06px;
  padding: 1rem 1.06625rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  background: #e0e0d3;
  text-align: left;
}

.fh-reason__box-title {
  margin: 0 0 2px;
  margin: 0 0 0.125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.91px;
  letter-spacing: 0.056875rem;
}

.fh-reason__box-title:nth-of-type(3) {
  margin-top: 13.09px;
  margin-top: 0.818125rem;
}

.fh-reason__box-txt {
  margin: 0;
  color: #3a3a3a;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 350;
  line-height: 1.75;
  letter-spacing: 0.77px;
  letter-spacing: 0.048125rem;
}

.fh-reason__txt--closing {
  position: absolute;
  left: 27.78px;
  left: 1.73625rem;
  top: 630.06px;
  top: 39.37875rem;
  width: 170.72px;
  width: 10.67rem;
  margin: 0;
}

.fh-reason__side-img {
  position: absolute;
  left: 208.47px;
  left: 13.029375rem;
  top: 630.89px;
  top: 39.430625rem;
  width: 115.77px;
  width: 7.235625rem;
  height: 138.17px;
  height: 8.635625rem;
  object-fit: cover;
}

.fh-set {
  padding: 45px 21px 15px;
  padding: 2.8125rem 1.3125rem 0.9375rem;
  background: #f5f5cb;
  text-align: center;
}

.fh-set__label {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.fh-set__box {
  padding: 28px 26px 31px;
  padding: 1.75rem 1.625rem 1.9375rem;
  background: #fff;
}

.fh-set__sub {
  margin: 0 0 6px;
  margin: 0 0 0.375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
}

.fh-set__ttl {
  margin: 0 0 25px;
  margin: 0 0 1.5625rem;
  font-size: 0;
}

.fh-set__ttl-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.fh-set__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 9px;
  gap: 0.625rem 0.5625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.fh-set-item {
  min-height: 172px;
  padding: 12px 7px 9px;
  padding: 0.75rem 0.4375rem 0.5625rem;
  border-radius: 7px;
  border-radius: 0.4375rem;
  background: #fcfcee;
}

.fh-set-item__img {
  width: 78px;
  width: 4.875rem;
  height: 103px;
  height: 6.4375rem;
  margin: 0 auto 6px;
  margin: 0 auto 0.375rem;
  object-fit: contain;
}

.fh-set-item__name {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
}

.fh-set__price {
  width: 100%;
  margin: 17px auto 0;
  margin: 1.0625rem auto 0;
}

.fh-set__price-label {
  position: relative;
  display: inline-grid;
  place-items: center;
  min-height: 25.92px;
  min-height: 1.62rem;
  margin: 0;
  padding: 0 14px;
  padding: 0 0.875rem;
  border: 0.98px solid #3a3a3a;
  border: 0.06125rem solid #3a3a3a;
  background: #fff;
  font-size: 13.78px;
  font-size: 0.86125rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.83px;
  letter-spacing: 0.051875rem;
}

.fh-set__price-group {
  position: relative;
  min-height: 74.97px;
  min-height: 4.685625rem;
}

.fh-set__price-group + .fh-set__price-group {
  margin-top: 3.57px;
  margin-top: 0.223125rem;
}

.fh-set__price-group--sub .fh-set__price-label {
  width: auto;
}

.fh-set__price-group--regular .fh-set__price-label {
  width: auto;
}

.fh-set__price-main {
  position: static;
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  min-height: 57px;
  min-height: 3.5625rem;
  margin: -7.95px 0 0;
  margin: -0.496875rem 0 0;
  color: #3a3a3a;
  white-space: nowrap;
}

.fh-set__price-name {
  position: static;
  flex: 0 1 auto;
  min-width: 0;
  font-size: 18.59px;
  font-size: 1.161875rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 1.12px;
  letter-spacing: 0.07rem;
}

.fh-set__price-main strong {
  position: static;
  flex: 0 0 auto;
  margin-left: 9.38px;
  margin-left: 0.08625rem;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-variant-numeric: tabular-nums;
  font-size: 33.39px;
  font-size: 2.086875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.33px;
  letter-spacing: -0.020625rem;
}

.fh-set__price-yen {
  position: static;
  flex: 0 0 auto;
  margin-left: 1px;
  margin-left: 0.1625rem;
  font-size: 16.7px;
  font-size: 1.04375rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}

.fh-set__price-tax {
  position: static;
  flex: 0 0 auto;
  margin-left: 2px;
  margin-left: 0.125rem;
  font-size: 11.66px;
  font-size: 0.72875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1.17px;
  letter-spacing: 0.073125rem;
}

.fh-more-link {
  position: relative;
  display: grid;
  place-items: center;
  width: 231.96px;
  width: 14.4975rem;
  min-height: 44.38px;
  margin: 7.6px auto 0;
  margin: 0.475rem auto 0;
  border: 1.33px solid #ea600c;
  border: 0.083125rem solid #ea600c;
  border-radius: 3.33px;
  border-radius: 0.208125rem;
  background: #fff;
  color: #ea600c;
  text-decoration: none;
  font-size: 12.37px;
  font-size: 0.773125rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.87px;
  letter-spacing: 0.054375rem;
}

.fh-product-card .fh-more-link {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.fh-products-list {
  padding: 35px 0 39px;
  padding: 2.1875rem 0 2.4375rem;
  background: #f5f5cb;
}

.fh-products-list__label {
  display: table;
  margin: 0 auto 31px;
  margin: 0 auto 1.9375rem;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  background: #3a3a3a;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.fh-product-card {
  width: 365px;
  width: 22.8125rem;
  margin: 0 auto 39px;
  margin: 0 auto 2.4375rem;
  text-align: center;
}

.fh-products-list .fh-product-card:last-child {
  margin-bottom: 0;
}

.fh-product-card__cat {
  display: inline-block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 3px 18px;
  padding: 0.1875rem 1.125rem;
  border-radius: 100px;
  border-radius: 6.25rem;
  background: #e8e5a8;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.fh-product-card__name {
  margin: 0 0 19px;
  margin: 0 0 1.1875rem;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.7px;
  letter-spacing: 0.10625rem;
}

.fh-product-card__body {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 12px;
  gap: 0.75rem;
  align-items: start;
  text-align: left;
}

.fh-product-card__img {
  width: 114px;
  width: 7.125rem;
  height: 181px;
  height: 11.3125rem;
  object-fit: contain;
}

.fh-product-card__desc {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.75;
  letter-spacing: 0.65px;
  letter-spacing: 0.040625rem;
}

.fh-product-card__more {
  display: inline-block;
  margin-left: 5px;
  margin-left: 0.3125rem;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  border: 0;
  border-radius: 100px;
  border-radius: 6.25rem;
  background: #e8e5c4;
  color: #393939;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
}

.fh-product-card__more[hidden] {
  display: none;
}

.fh-product-card__prices {
  position: relative;
  width: 208.05px;
  width: 98%;
  min-height: 109.95px;
  min-height: 6.871875rem;
  height: auto;
  margin: 14px 0 0;
  margin: 0.875rem 0 0;
}

.fh-product-card__price-row {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  padding-top: 25px;
  padding-top: 1.5625rem;
  color: #3a3a3a;
  white-space: nowrap;
}

.fh-product-card__price-row--sub {
  min-height: 57.47px;
  min-height: 3.591875rem;
  color: #e85800;
}

.fh-product-card__price-row--regular {
  min-height: 54.47px;
  min-height: 3.404375rem;
}

.fh-product-card__price-label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13.74px;
  font-size: 0.85875rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.82px;
  letter-spacing: 0.05125rem;
}

.fh-product-card__price-line {
  position: absolute;
  top: 12.29px;
  top: 0.768125rem;
  right: 0;
  height: 1px;
  height: 0.0625rem;
  background: rgba(57, 57, 57, 0.5);
}

.fh-product-card__price-row--sub .fh-product-card__price-line {
  left: 138.6px;
  left: 8.6625rem;
  background: #e85800;
}

.fh-product-card__price-row--regular .fh-product-card__price-line {
  left: 63.18px;
  left: 3.94875rem;
}

.fh-product-card__price-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 1px;
  gap: 0.0625rem;
  width: 100%;
  white-space: nowrap;
  word-spacing: 0;
  letter-spacing: 0;
  font-weight: 700;
}

.fh-product-card__price-row--sub .fh-product-card__price-value * {
  font-weight: 600 !important;
}

.fh-product-card__price-amount {
  flex: 0 0 auto;
  text-align: right;
  font-size: 13.16px;
  font-size: 0.8225rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.79px;
  letter-spacing: 0.049375rem;
}

.fh-product-card__price-row--sub .fh-product-card__price-amount {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.fh-product-card__price-row--regular .fh-product-card__price-amount {
  margin-top: 0;
}

.fh-product-card__price-num {
  flex: 0 0 auto;
  display: inline-block;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-variant-numeric: tabular-nums;
  font-size: 22.42px;
  font-size: 1.40125rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.22px;
  letter-spacing: -0.01375rem;
}

.fh-product-card__price-row--regular .fh-product-card__price-num {
  margin-top: 0;
}

.fh-product-card__price-yen {
  flex: 0 0 auto;
  display: inline-block;
  margin-left: 0;
  font-size: 11.21px;
  font-size: 0.700625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
}

.fh-product-card__price-row--regular .fh-product-card__price-yen {
  margin-top: 0;
}

.fh-product-card__price-tax {
  flex: 0 0 auto;
  display: inline-block;
  margin-left: 0;
  font-size: 10.3px;
  font-size: 0.64375rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
}

.fh-product-card__price-row--regular .fh-product-card__price-tax {
  margin-top: 0;
}

.fh-counseling {
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
  background: #fbfbfa;
  text-align: center;
}

.fh-counseling__img {
  width: 414px;
  width: 25.875rem;
  height: 255px;
  height: 15.9375rem;
  object-fit: cover;
}

.fh-counseling__ttl {
  margin: 35px 0 25px;
  margin: 2.1875rem 0 1.5625rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
}

.fh-counseling__ttl::after {
  content: "";
  display: block;
  width: 94px;
  width: 5.875rem;
  height: 1px;
  height: 0.0625rem;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  background: #3a3a3a;
}

.fh-counseling__txt {
  width: 320px;
  width: 20rem;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.fh-counseling__list {
  width: 365px;
  width: 22.8125rem;
  margin: 0 auto 22px;
  margin: 0 auto 1.375rem;
  padding: 25px 38px;
  padding: 1.5625rem 2.375rem;
  border-radius: 8px;
  border-radius: 0.5rem;
  background: #f0f0f0;
  list-style: none;
  text-align: left;
}

.fh-counseling__item {
  position: relative;
  padding-left: 27px;
  padding-left: 1.6875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0;
}

.fh-counseling__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  top: 0.4375rem;
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #3a3a3a;
}

.fh-counseling__item::after {
  content: "";
  position: absolute;
  left: 7px;
  left: 0.4375rem;
  top: 10px;
  top: 0.625rem;
  width: 5px;
  width: 0.3125rem;
  height: 10px;
  height: 0.625rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-width: 0 0.125rem 0.125rem 0;
  border-radius: 1px;
  border-radius: 0.0625rem;
  transform: rotate(45deg);
}

.fh-counseling__contact {
  width: 360px;
  width: 22.5rem;
  max-width: calc(100% - 32px);
  margin: 0 auto 22px;
  margin: 0 auto 1.375rem;
  /* padding: 18px 14px 16px; */
  /* padding: 1.125rem 0.875rem 1rem; */
  border-radius: 8px;
  border-radius: 0.5rem;
  /* background: #fff; */
  /* box-shadow: 0 8px 24px rgba(60, 54, 47, 0.08); */
}

.fh-counseling__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  color: #2f2a25;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}

.fh-counseling__phone-icon {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fh-counseling__hours {
  display: grid;
  gap: 7px;
  gap: 0.4375rem;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  color: #4b4640;
  font-size: 11px;
  font-size: 0.7475rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
}

.fh-counseling__hours p {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-columns: 2.125rem minmax(0, 1fr);
  column-gap: 6px;
  column-gap: 0.375rem;
  align-items: start;
  margin: 0;
}

.fh-counseling__hours-label {
  display: block;
  color: #2f2a25;
  font-weight: 700;
}

.fh-counseling__hours-time {
  display: block;
  min-width: 0;
  white-space: nowrap;
}

.fh-counseling__cta {
  display: grid;
  place-items: center;
  width: 320px;
  width: 20rem;
  min-height: 58px;
  min-height: 3.625rem;
  margin: 0 auto;
  padding: 12px 18px;
  padding: 0.75rem 1.125rem;
  border-radius: 999px;
  background: #df6f2b;
  box-shadow: 0 10px 22px rgba(165, 91, 48, 0.24);
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.fh-result-restart {
  padding: 0 0 40px;
  padding: 0 0 2.5rem;
  background: #fbfbfa;
  text-align: center;
}

.fh-result-restart__link {
  color: #3a3a3a;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-underline-offset: 0.25rem;
}

@media (max-width: 413px) {
  .fh-main {
    transform-origin: top center;
  }
}

@media (min-width: 768px) {
  body {
    background: #fff;
  }

  .fh {
    background-image: url("../img/pc-bg.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
  }

  .fh::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 20;
    border: 10px solid #fff;
    border: 0.625rem solid #fff;
    pointer-events: none;
  }

  .fh-pc-logo {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 21;
    display: block;
    width: 309.414px;
    width: 19.338375rem;
    height: 95.733008px;
    height: 5.983313rem;
    padding: 26.638px 0 0 34.097008px;
    padding: 1.664875rem 0 0 2.131063rem;
    border-radius: 0 0 37.902px 0;
    border-radius: 0 0 2.368875rem 0;
    background: #fff;
    box-shadow: 0 0 22.552px rgba(123, 139, 145, 0.24);
    box-shadow: 0 0 1.4095rem rgba(123, 139, 145, 0.24);
    pointer-events: none;
  }

  .fh-pc-logo__img {
    width: 218.001008px;
    width: 13.625063rem;
    height: 38.593008px;
    height: 2.412063rem;
    object-fit: contain;
  }

  .fh-main {
    position: relative;
    z-index: 1;
    min-height: calc(100vh / 1.3043478261);
    zoom: 1.3043478261;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
  }

  .fh[data-state="quiz"] .fh-quiz__body {
    min-height: 0;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fh-pc-logo {
    display: none;
  }
}

@media (width <= 767px) {
  html {
    font-size: 3.8647342995vw;
  }
}
