/* ======================================
   Base & Variables
====================================== */
:root {
  --color-main:         #423928;
  --color-dark-red:     #C32828;
  --color-red:          #E13714;
  --color-dark-orange:  #C38C28;
  --color-orange-mid:   #C36928;
  --color-light-orange: #FFE2AD;
  --color-light-brown:  #EAE5DC;
  --color-brown-mid:    #D7CDBB;
  --color-white:        #FFFFFF;
  --font-noto: 'Noto Sans JP', sans-serif;
  --font-roboto: 'Roboto', sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--font-noto);
  color: var(--color-main);
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
}

img {
  display: block;
  max-width: 100%;
}
p {
  font-feature-settings: "palt";
}
a {
  color: inherit;
  text-decoration: none;
}
#one_maincolumn {
  background: var(--color-light-brown);
}

/* ======================================
   Utility
====================================== */
.c-red        { color: var(--color-dark-red); }
.c-orange-dark { color: var(--color-orange-mid); }

/* ======================================
   Page wrapper
====================================== */
.wrapper {
  background-color: var(--color-white);
  max-width: 395px;
  margin: auto;
}
#page {
  max-width: 100vw;
  min-width: 320px;
  margin: 0 auto;
  background: var(--color-white);
  overflow: hidden;
}

@media (min-width: 520px) {
  #page {
    max-width: 375px;
  }
}

/* ======================================
   Header
====================================== */
.header {
  background: var(--color-white);
  /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
  position: relative;
  z-index: 10;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  height: 44px;
}

.header__logo-able img,
.header__logo-fitdish img {
  display: block;
  height: 32px;
  width: auto;
}

.header__cross {
  font-family: var(--font-roboto);
  font-size: 40px;
  font-weight: 400;
  color: var(--color-main);
  line-height: 1;
}

/* ======================================
   MV
====================================== */
.mv {
  background: var(--color-light-orange);
  padding: 16px;
}

.mv__image-wrap {
  width: 100%;
  /* height: 138px; */
  /* overflow: hidden; */
  border-radius: 10px 10px 0 0;
}

.mv__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.mv__card {
  background: var(--color-white);
  border-radius: 0 0 10px 10px;
  padding: 16px 6px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-top: 52px;
}

.mv__badge-img {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 159px;
  height: 70px;
  pointer-events: none;
}

.mv__badge-img-el {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mv__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.mv__copy-desc {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-main);
  line-height: 1.25;
  white-space: nowrap;
}

.mv__copy-main {
  line-height: 1.5;
  color: var(--color-red);
  white-space: nowrap;
}

.mv__copy-initial {
  font-family: var(--font-noto);
  font-weight: 900;
  font-size: 18px;
}

.mv__copy-amount {
  font-family: var(--font-roboto);
  font-weight: 700;
  font-size: clamp(36px, 14vw, 50px);
}

.mv__copy-yen {
  font-family: var(--font-noto);
  font-weight: 900;
  font-size: clamp(18px, 4vw, 24px);
}

.mv__copy-off {
  font-family: var(--font-roboto);
  font-weight: 700;
  font-size: clamp(30px, 12vw, 48px);
}

.mv__copy-sub {
  font-family: var(--font-noto);
  font-weight: 900;
  font-size: 16px;
  color: var(--color-main);
  line-height: 1.5;
  margin-top: -10px;
}

.mv__period {
  display: flex;
  align-items: stretch;
  border-top: 1px solid var(--color-light-brown);
  border-bottom: 1px solid var(--color-light-brown);
  width: 100%;
  max-width: 331px;
}

.mv__period-label {
  background: var(--color-light-brown);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-weight: 700;
  font-size: 10px;
  color: var(--color-main);
  min-width: 97px;
  white-space: nowrap;
}

.mv__period-dates {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 5px 4px 5px;
  flex: 1;
  justify-content: center;
}

.mv__period-date-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  position: relative;
}

.mv__period-day-badge {
  background: var(--color-brown-mid);
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-roboto);
  font-weight: 700;
  font-size: 10px;
  color: var(--color-main);
  order: 2;
}

.mv__period-date-text {
  margin-top: 0;
  font-size: 0;
  white-space: nowrap;
  order: 1;
}

.mv__period-year {
  font-family: var(--font-roboto);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-main);
}

.mv__period-num {
  font-family: var(--font-roboto);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-main);
}

.mv__period-unit {
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 12px;
  color: var(--color-main);
}

.mv__period-day {
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-main);
}

.mv__period-arrow {
  font-size: 10px;
  color: var(--color-main);
  line-height: 1;
}

.mv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--color-dark-red);
  color: var(--color-white);
  border: none;
  border-radius: 32px;
  padding: 8px 32px;
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
  min-width: 190px;
}

.mv__btn:hover {
  opacity: 0.85;
}

.mv__btn-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
}

.mv__btn-arrow img {
  width: 25px;
  height: 15px;
}

/* ======================================
   Intro wrapper
====================================== */
.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* ======================================
   Problem
====================================== */
.problem {
  background: var(--color-light-brown);
  width: 100%;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.problem__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  color: var(--color-main);
  width: min(329px, 90%);
}

@media (max-width: 360px) {
  .problem__title {
    font-size: 18px;
  }
}

.problem__bubbles {
  position: relative;
  width: min(337px, 92%);
  height: 220px;
}

.problem__bubble {
  position: absolute;
}

.problem__bubble--left {
  left: 0;
  top: 0;
  width: 180px;
}

.problem__bubble--right {
  left: 147px;
  top: 55px;
  width: 190px;
}

.problem__bubble--left2 {
  left: 0;
  top: 133px;
  width: 142px;
}

.problem__bubble-cloud {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.problem__cloud-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: scaleY(-1) rotate(180deg);
}

.problem__bubble-text {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: var(--color-main);
  pointer-events: none;
  /* padding: 0 8px; */
  width: 100%;
}

.problem__bubble--right .problem__bubble-text {
  font-size: 14px;
  width: min(142px, 80%);
}

.problem__bubble-icon {
  position: absolute;
  pointer-events: none;
}

.problem__bubble-icon {
  top: -14px;
  left: 80%;
  transform: translateX(-50%);
}

.problem__bubble-icon--right {
  top: -48px;
  left: 75%;
  transform: translateX(-50%) rotate(13.87deg);
}

.problem__bubble-icon--left2 {
  top: 6px;
  left: 16px;
}
.problem__bubble-icon--left3 {
  top: 60px;
  left: 85%;
  transform: translateX(-50%);
}

/* ======================================
   Solution
====================================== */
.solution {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 0;
}

.solution__heading-wrap {
  position: relative;
  text-align: center;
  /* padding-top: 16px; */
  padding-bottom: 12px;
  width: 375px;
  max-width: 100%;
}

.solution__accent-wrap {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 37%;
  transform: translateX(-55%) translateY(40%) rotate(-2.76deg);
  width: 186px;
  pointer-events: none;
  z-index: 0;
}

.solution__accent {
  width: 100%;
}

.solution__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-main);
  text-align: center;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1;
}

.solution__title-en {
  font-family: var(--font-roboto);
  font-weight: 700;
}

.solution__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: var(--color-main);
  width: 375px;
  max-width: 100%;
  padding: 0 16px;
}

.solution__desc strong {
  font-weight: 700;
}

/* ======================================
   CTA Card (shared component)
====================================== */
.cta-card {
  background: var(--color-light-orange);
  width: 100%;
  /* max-width: 375px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
}

.cta-card__inner {
  background: var(--color-light-orange);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px 16px;
  gap: 15px;
  position: relative;
}

.cta-card__badge {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-dark-orange);
  color: var(--color-white);
  font-family: var(--font-noto);
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 16px;
  border-radius: 40px;
  white-space: nowrap;
  min-height: 57px;
  display: flex;
  align-items: center;
}

.cta-card__white {
  background: var(--color-white);
  border-radius: 24px;
  padding: 40px 5px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 16px; */
  width: 100%;
}

.cta-card__course-label {
  font-size: 11px;
  font-weight: 500;
  color: var(--color-main);
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}

.cta-card__course-label span {
  font-weight: 700;
}
.cta-card__discount-wrap {
  margin-bottom: 10px;
}
.cta-card__discount {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  margin-top: -8px;
}

.cta-card__initial-badge {
  background: var(--color-dark-orange);
  color: var(--color-white);
  font-family: var(--font-noto);
  font-weight: 900;
  font-size: 16px;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1.5;
}

.cta-card__amount {
  color: var(--color-red);
  font-size: 0;
  white-space: nowrap;
  margin-top: 4px;
  margin-left: 8px;
}

.cta-card__amount-num {
  font-family: var(--font-roboto);
  font-weight: 900;
  font-size: clamp(48px, 12vw, 52px);
  line-height: 1.5;
}

.cta-card__amount-yen {
  font-family: var(--font-noto);
  font-weight: 900;
  font-size: clamp(22px, 8vw, 32px);
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.cta-card__amount-off {
  font-family: var(--font-roboto);
  font-weight: 900;
  font-size: clamp(48px, 12vw, 52px);
  line-height: 1.5;
}

.cta-card__campaign {
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 24px;
  color: var(--color-main);
  line-height: 1.5;
  text-align: center;
  margin-top: -10px;
}

.cta-card__coupon-wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 0;
  position: relative;
}

.cta-card__coupon-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.cta-card__coupon-box {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--color-main);
  height: 31px;
}

.cta-card__coupon-label {
  background: var(--color-main);
  color: var(--color-white);
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  /* width: 98px; */
  justify-content: center;
}

.cta-card__coupon-code {
  font-family: "consolas", sans-serif;
font-weight: 700;
font-style: normal;
  font-size: 20px;
  color: var(--color-main);
  line-height: 1.5;
  padding: 5px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.cta-card__copy-btn {
  background: var(--color-main);
  color: var(--color-white);
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  width: 42px;
  height: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #211c14;
  cursor: pointer;
  transition: opacity 0.2s, box-shadow 0.1s, transform 0.1s;
  flex-shrink: 0;
}

.cta-card__copy-btn:hover {
  opacity: 0.85;
}

.cta-card__copy-btn:active {
  box-shadow: none;
  transform: translateY(2px);
}

.cta-card__copy-btn.is-copied {
  background: #6b9e5a;
}

.cta-card__coupon-note {
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 14px;
  color: var(--color-main);
  text-align: center;
  line-height: 1.5;
  max-width: 324px;
}

.cta-card__notes {
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 12px;
  color: var(--color-main);
  line-height: 1.5;
  width: min(303px, 90%);
  margin-top: 16px;
}

.cta-card__notes p {
  margin-bottom: 0;
}

.cta-card__notes a {
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.cta-card__link-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-left: 2px;
}

.cta-card__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 0;
}

.cta-card__btn-main-wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 0;
  position: relative;
}

.cta-card__btn-note {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 3px;
  justify-content: center;
  white-space: nowrap;
}

.cta-card__note-lg {
  font-size: 14px;
}

.cta-card__fukidashi {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.cta-card__btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: var(--color-dark-red);
  color: var(--color-white);
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
  margin-top: 10px;
}

.cta-card__btn-main:hover {
  opacity: 0.85;
}

.cta-card__btn-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  flex-shrink: 0;
}

.cta-card__link-row {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cta-card__link {
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-main);
  text-decoration: underline;
  line-height: 1.5;
  white-space: nowrap;
}

.cta-card__link--sm {
  font-weight: 500;
  font-size: 12px;
}

.cta-card__link-row .cta-card__link-icon {
  width: 14px;
  height: 14px;
  display: block;
  flex-shrink: 0;
}

/* ======================================
   Point
====================================== */
.point {
  background: var(--color-light-brown);
  width: 100%;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.point__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: min(298px, 90%);
  overflow: visible;
}

.point__sub {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-main);
  text-align: center;
  width: 100%;
}

.point__title-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 0;
}

.point__accent-wrap {
  position: absolute;
  top: 50px;
  left: 57px;
  transform: rotate(-2.76deg);
  width: 186px;
  pointer-events: none;
  z-index: 0;
}

.point__accent {
  width: 100%;
}

.point__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  color: var(--color-main);
  text-align: center;
  /* padding-top: 40px; */
  position: relative;
  z-index: 1;
}

.point__title-en {
  font-family: var(--font-roboto);
  font-weight: 700;
}

.point__title-bracket {
  letter-spacing: -7.2px;
}

.point__title-num {
  font-family: var(--font-roboto);
  font-weight: 700;
  font-size: 36px;
}

.point__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  width: min(337px, 92%);
}

.point__item {
  position: relative;
  width: 100%;
}

.point__card {
  background: var(--color-white);
  border-radius: 16px;
  padding: 32px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.point__badge {
  position: absolute;
  top: -30px;
  left: 0;
  background: var(--color-dark-orange);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: var(--font-roboto);
  font-weight: 700;
}

.point__badge-label {
  font-size: 14px;
  line-height: 1;
  margin-bottom: -2px;
}

.point__badge-num {
  font-size: 32px;
  line-height: 1;
}

.point__card-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-main);
  text-align: center;
  width: 100%;
}

.point__card-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-main);
  text-align: center;
  width: 100%;
}

.point__img-wrap {
  width: 251px;
  height: 152px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.point__img-wrap--right {
  right: -1px;
  bottom: -136px;
}

.point__item--1 {
  margin-bottom: 136px;
}

.point__img-wrap--left {
  left: 86px;
  bottom: -152px;
}

.point__item--3 {
  margin-bottom: 152px;
}

.point__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.point__notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin-top: 8px;
}

.point__note-row {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

.point__note-mark {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  flex-shrink: 0;
}

.point__note-row p {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}

/* ======================================
   CTA Section
====================================== */
.cta-section {
  width: 100%;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 32px;
}

.cta-section__heading-wrap {
  position: relative;
  text-align: center;
  width: 375px;
  max-width: 100%;
  padding: 0 16px;
}

.cta-section__accent-wrap {
  position: absolute;
  top: 42px;
  left: 95px;
  transform: rotate(-2.76deg);
  width: 186px;
  pointer-events: none;
  z-index: 0;
}

.cta-section__accent {
  width: 100%;
}

.cta-section__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: var(--color-main);
  text-align: center;
  /* padding-top: 46px; */
  position: relative;
  z-index: 1;
}

.cta-section__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: var(--color-main);
  padding: 0 16px;
}

.cta-section__desc strong {
  font-weight: 700;
}

/* ======================================
   Footer
====================================== */
.footer {
  background: var(--color-light-brown);
  padding: 32px 19px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__terms-box {
  background: var(--color-white);
  border: 1px solid var(--color-brown-mid);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__terms-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-main);
  text-align: center;
}

.footer__terms-body {
  height: 297px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.footer__terms-body p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-main);
  margin-bottom: 0;
}

.footer__terms-body strong {
  font-weight: 700;
}

.footer__terms-body a {
  text-decoration: underline;
  color: var(--color-main);
  word-break: break-all;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 24px;
  text-decoration: none;
  cursor: pointer;
}

.footer__contact-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-main);
  text-align: center;
}

.footer__contact-desc {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  color: var(--color-main);
  text-align: center;
}

.footer__contact-link-row {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.footer__contact-url {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.75;
  color: var(--color-main);
  text-decoration: underline;
  word-break: break-all;
}

.footer__contact-icon {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

/* ======================================
   Responsive adjustments
====================================== */
@media (max-width: 374px) {
  .cta-card__btn-main {
    font-size: 16px;
    padding: 10px 12px;
  }

  .cta-card__coupon-code {
    font-size: 13px;
  }

  .cta-card__link {
    font-size: 14px;
  }

  .mv__period-dates {
    gap: 4px;
  }

  .header__inner {
    gap: 6px;
  }
}

@media (max-width: 340px) {
  .cta-card__course-label {
    white-space: normal;
  }

  .cta-card__coupon-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mv__period {
    flex-direction: column;
  }

  .mv__period-label {
    width: 100%;
    padding: 4px;
  }
}
