:root {
  --color-bg: #0a0a0a;
  --color-bg-alt: #0e0e0e;
  --color-bg-card: #0d0d0d;
  --color-text: #f6f4f1;
  --color-text-muted: #ececec;
  --color-text-weak: #8e8a84;
  --color-line: rgba(255, 255, 255, .1);
  --color-line-strong: rgba(255, 255, 255, .16);
}

html {
  scroll-behavior: smooth;
}


/* ------------------------------------------------------------------
   Layout
   ------------------------------------------------------------------ */
.main {
  display: flex;
  flex-direction: column;
  background: var(--color-bg);
  color: var(--color-text);
}
.main a {
  text-decoration: none;
  color: inherit;
}

.section {
  display: flex;
  justify-content: center;
  padding: 6.875rem 0;
}

.section--alt {
  background: var(--color-bg-alt);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.section__inner {
  width: min(1180px, 92%);
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

/* ------------------------------------------------------------------
   Component: heading
   ------------------------------------------------------------------ */
.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .875rem;
  text-align: center;
}

.heading__ja {
  font-size: clamp(1.625rem, 3.2vw, 2.125rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
}

.heading__en {
  font-size: .8125rem;
  letter-spacing: .34em;
  color: var(--color-text-muted);
}

.heading__rule {
  width: 1px;
  height: 2.5rem;
  margin-top: .625rem;
  background: rgba(255, 255, 255, .28);
}

/* ------------------------------------------------------------------
   Component: note
   ------------------------------------------------------------------ */
.note {
  align-self: center;
  max-width: 47.5rem;
  font-size: .8125rem;
  color: var(--color-text-weak);
  text-align: center;
  text-wrap: pretty;
}

.note--lead {
  font-size: .9375rem;
  color: #eee;
}

.note--small {
  font-size: .75rem;
}

/* ------------------------------------------------------------------
   Component: button
   ------------------------------------------------------------------ */
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: .875rem;
}

.button-group--center {
  justify-content: center;
  margin-top: 1.25rem;
}

.button {
  padding: 1rem 2rem;
  font-size: .8125rem;
  font-weight: 700 !important;
  letter-spacing: .08em;
}

.button--fill {
  background: var(--color-text);
  color: var(--color-bg) !important;
}

.button--outline {
  border: 1px solid rgba(255, 255, 255, .45);
}

.button--line {
  background: #06c755;
  border: 1px solid #06c755;
  color: #fff;
}

/* ------------------------------------------------------------------
   Component: card
   ------------------------------------------------------------------ */
.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background: var(--color-line);
  border: 1px solid var(--color-line);
}

.card {
  flex: 1 1 15rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 2.75rem 2.125rem;
  background: var(--color-bg-card);
}

.card__title {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .06em;
}

.card__text {
  font-size: .875rem;
  color: var(--color-text-muted);
}

/* ------------------------------------------------------------------
   Project: hero
   ------------------------------------------------------------------ */
.mv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 47rem;
  overflow: hidden;
  /* background-image:
    linear-gradient(90deg, rgba(6, 6, 6, .95), rgba(6, 6, 6, .82) 52%, rgba(6, 6, 6, .5)),
    url("https://mj-parade.jp/wp-content/uploads/2023/07/TOPimg-2.jpg"); */
  background-size: cover;
  background-position: center;
}

.mv__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 92%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.625rem;
  padding: 5.625rem 0 3.75rem;
}

.mv__label {
  display: flex;
  align-items: center;
  gap: .875rem;
}

.mv__label-line {
  width: 3.25rem;
  height: 1px;
  background: #b9b3a7;
}

.mv__label-text {
  font-size: .75rem;
  letter-spacing: .34em;
  color: #eee;
}

.mv__title {
  font-size: clamp(2.5rem, 5.6vw, 4.5rem);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: .04em;
}

.mv__lead {
  max-width: 39rem;
  font-size: 1rem;
  color: #eee;
  text-wrap: pretty;
}

.mv__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12.5rem;
  background: linear-gradient(transparent, var(--color-bg));
}

/* ------------------------------------------------------------------
   Project: before / after compare
   ------------------------------------------------------------------ */
.compare {
  align-self: center;
  width: 100%;
  max-width: 51.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.compare__frame {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  cursor: ew-resize;
  touch-action: none;
  user-select: none;
}

.compare__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.compare__image--before {
  clip-path: inset(0 50% 0 0);
}

.compare__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, .85);
  pointer-events: none;
}

.compare__knob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  background: rgba(10, 10, 10, .55);
  font-size: .6875rem;
  letter-spacing: .1em;
}

.compare__tag {
  position: absolute;
  top: 1.125rem;
  padding: .4375rem 1rem;
  background: rgba(10, 10, 10, .7);
  border: 1px solid rgba(255, 255, 255, .3);
  font-size: .75rem;
  letter-spacing: .28em;
  pointer-events: none;
}

.compare__tag--before {
  left: 1.125rem;
}

.compare__tag--after {
  right: 1.125rem;
}

/* ------------------------------------------------------------------
   Project: flow
   ------------------------------------------------------------------ */
.flow {
  align-self: center;
  width: 100%;
  max-width: 56.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.flow__item {
  display: flex;
  gap: 1.625rem;
  padding: 1.875rem 0;
  border-bottom: 1px solid var(--color-line);
}

.flow__number {
  flex: 0 0 6.875rem;
  font-size: 1.875rem;
  letter-spacing: .16em;
  color: #c9c4bb;
}

.flow__body {
  display: flex;
  flex-direction: column;
  gap: .375rem;
}

.flow__title {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: .05em;
}

.flow__text {
  font-size: .875rem;
  color: var(--color-text-muted);
}

/* ------------------------------------------------------------------
   Project: price
   ------------------------------------------------------------------ */
.price {
  align-self: center;
  width: 100%;
  max-width: 47.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .625rem;
  padding: 3rem 2.75rem;
  background: var(--color-bg-card);
  border: 1px solid var(--color-line-strong);
  text-align: center;
}

.price__label {
  font-size: .875rem;
  letter-spacing: .14em;
  color: #eee;
}

.price__value {
  font-size: clamp(2.75rem, 6vw, 3.625rem);
  letter-spacing: .04em;
}

.price__note {
  margin-top: .5rem;
  font-size: .75rem;
  color: var(--color-text-weak);
  text-wrap: pretty;
}

/* ------------------------------------------------------------------
   Project: contact
   ------------------------------------------------------------------ */
.contact {
  display: flex;
  justify-content: center;
  padding: 0 0 6.875rem;
}

.contact__box {
  width: min(1180px, 92%);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .875rem;
  padding: 4.375rem 2.5rem;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-line-strong);
  text-align: center;
}

.contact__en {
  font-size: .8125rem;
  letter-spacing: .34em;
  color: var(--color-text-muted);
}

.contact__title {
  margin-top: .375rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .04em;
}

.contact__lead {
  font-size: .9375rem;
  color: #eee;
}

.contact__hours {
  margin-top: 1rem;
  font-size: .75rem;
  color: var(--color-text-weak);
}