.v1-common__toc {
  margin-bottom: 41px;
  background-color: #f1f1f1;
  border-radius: 29px;
  padding: 28px 44px 44px 45px;
}

.toc-title {
  text-align: center;
  padding-bottom: 33px;
}

.v1-common__toc h3 {
  font-weight: bold;
  color: #000000;
  margin: 12px 0;
}

.v1-common__toc a {
  font-weight: bold;
  color: #000000;
}

.v1-common__toc .toc-separator {
  color: #ccc;
  margin: 0 8px;
}

.v1-common ul li {
  margin-bottom: 22px;
}

.v1-common__toc ul {
  margin-left: 0;
  padding-left: 0;
  /* display: flex; */
  /* flex-wrap: wrap; */
  margin-bottom: 40px;
}

.v1-common-sec__feature-title {
  font-weight: bold;
  color: #000000;
  margin-bottom: 11px !important;
}

.memo-box {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 40px 49px 24px 102px;
  margin-top: 32px;
  background: #fff;
}

.memo-box__label {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #f0f0f0;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

.memo-box__text {
  margin-bottom: 32px;
  text-align: left;
  font-size: 14px;
}

.memo-box__image-area {
  text-align: center;
  margin-top: 16px;
}

.memo-box__img {
  text-align: center;
}

.memo-box__img img {
  max-width: 100%;
  height: auto;
}

/* MEMO 全体のブロック */
.v1-common-sec1__block {
  position: relative;
  text-align: center;
}

/* TOPへ戻るボタン */
.top-link {
  text-align: right;
  margin-top: 13px;
}

/* TOPに戻るボタン */
.c-btn--top {
  height: 34px;
  padding: 0 18px;
  gap: 6px;

  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 13px;
}

/* ▲ アイコン */
.c-btn--top::before {
  content: "▲";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

/* 動画ボタン */
.movie-block {
  text-align: center;
  margin: 40px 0;
}

.movie-block img {
  cursor: pointer;
}

/* 共通ボタン */
.c-btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border-radius: 20px;
}

/* 「動画で見る」ボタン本体 */
.c-btn--movie {
  height: 36px;
  padding: 0 62px;
  background: #fff;
  color: #333;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  font-size: 14px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
}

.c-btn--movie::before {
  content: none;
}

.c-btn--movie__icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* 三角 */
.c-btn--movie__icon::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #bfbfbf;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: translateX(1px);
}

.btn-movie {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 30px;
  border: 1px solid #d5d5d5;
  border-radius: 20px;
  background: #fff;
  color: #666;
  font-size: 14px;
  text-decoration: none;
}

/* ▶ を丸で囲む部分 */
.btn-movie__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* 動画ボタン中央寄せ */
.v1-common-sec1__block .c-btn--movie {
  display: flex;
  width: fit-content;
  margin: 30px auto 0;
}

/* 動画ボタン2つ目 */
.v1-common-sec1__block .c-btn--movie--shift2 {
  margin-left: auto;
  margin-right: 290px;
}

/* 「ぜんまい」ラベル */
.watch-feature__spring-label {
  position: absolute;
  left: 280px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

/* 「巻き上げる」と「緩んでいく」横並び */
.memo-box__actions {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 12px;
}

/* 画像とラベルをまとめる箱 */
.watch-feature {
  position: relative;
  display: inline-block;
}

/* 画像中央寄せ用 */
.watch-feature__img {
  text-align: center;
}

.watch-feature__img img {
  max-width: 100%;
  height: auto;
}

/* アンクル ラベル */
.watch-feature__uncle-label {
  position: absolute;
  top: -25px;
  left: 80px;
}

/* てんぷ ラベル */
.watch-feature__tenpu-label {
  position: absolute;
  top: 20px;
  right: -20px;
}

.memo-box__item--left-lower .memo-box__img {
  padding-top: 34px;
}

.memo-box .memo-box__text {
  margin-bottom: 36px;
}

.memo-box .memo-box__text--center {
  margin-bottom: 36px;
  text-align: center;
}

/* 上段・下段をまとめる行 */
.memo-box__row {
  margin-top: 24px;
}

/* 上段：2カラム横並び */
.memo-box__row--top {
  display: flex;
  gap: 40px;
  /* 2つのカラムの間隔 */
}

/* 各カラム */
.memo-box__item {
  flex: 1;
  /* 2つで横幅を半分ずつ */
}

/* 下段：中央寄せで1カラム */
.memo-box__row--bottom {
  margin-top: 40px;
  text-align: center;
}

.memo-box__item--center {
  max-width: 360px;
  margin: 0 auto;
}

.v1-common-sec.v1-common-sec1 {
  margin-bottom: 80px;
}

/* ラベル付き画像用の箱 */
.memo-box__img--has-label {
  position: relative;
  display: inline-block;
}

/* ラベル共通 */
.memo-box__label-text {
  position: absolute;
  /* padding: 4px 8px; */
}

/* 姿勢 */
.memo-box__label-text--posture--point1 {
  top: 68px;
  left: -58px;
}

/* 精度 */
.memo-box__label-text--accuracy--point1 {
  bottom: 38px;
  left: -58px;
}

/* 遅れ傾向 */
.memo-box__label-text--delay--point1 {
  bottom: 38px;
  left: 4px;
  width: 74px;
  text-align: center;
}

/* 進み傾向 */
.memo-box__label-text--advance--point1 {
  bottom: 38px;
  left: 144px;
  width: 74px;
  text-align: center;
}

.info-box {
  background: #f2f2f2;
  padding: 20px 20px;
  border-radius: 20px;
  margin: 40px 0;
  font-size: 16px;
  line-height: 1.8;
}

.info-box-small {
  background: #f2f2f2;
  padding: 20px 20px;
  border-radius: 20px;
  margin: 40px -19px 40px -72px;
  font-size: 16px;
  line-height: 1.8;
}

/* 上段：テキスト＋画像を2カラムで横並び */
.memo-box__cols {
  display: flex;
  gap: 40px;
  /* 2つのブロックの間隔 */
  margin-top: 24px;
}

.memo-box__col {
  flex: 1;
}

.memo-box__col .memo-box__text {
  margin-bottom: 16px;
  text-align: center;
}

.memo-box__img {
  text-align: center;
}

.memo-box__img img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 30px;
}

/* アラート */
.alert-box {
  background: #e8c2c7;
  padding: 20px 20px;
  border-radius: 20px;
  margin: 50px -19px 55px -72px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}

.alert-box__icon {
  width: 24px;
  height: 24px;
}

.alert-box__text {
  font-weight: 600;
}

.v1-common-sec.v1-common-sec2 .memo-box__note {
  margin-top: 80px;
}

/* 進み傾向 */
.memo-box__label-text--advance {
  bottom: 38px;
  z-index: 1;
  right: 36px;
}

/* 遅れ傾向 */
.memo-box__label-text--delay {
  bottom: 48px;
  z-index: 1;
  left: 10px;
}

/* 姿勢 */
.memo-box__label-text--posture {
  top: 60px;
  left: -86px;
}

/* 精度 */
.memo-box__label-text--accuracy {
  bottom: 38px;
  left: -86px;
}

/* 高い */
.memo-box__label-text--expensive {
  top: 0;
  left: 24px;
}

/* 低い */
.memo-box__label-text--low {
  top: 0;
  right: 48px;
}

.memo-box__temps {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}

.memo-box__temps-row--posture {
  margin-bottom: 20px;
  gap: 46px;
}

.memo-box__temps-row--accuracy {
  gap: 74px;
}

.memo-box__temps-row {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

img.label-text--low {
  margin-left: 12px;
}

img.label-text--expensive {
  margin-left: 12px;
}

.memo-box__magnets {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-evenly;
}

.memo-box__magnet-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 120px;
}

.memo-box__magnet-item img {
  height: 80px;
  object-fit: contain;
  display: block;
}

.memo-item-label {
  padding-top: 12px;
}

/* BEFORE / AFTER 全体 */
.memo-box__before-after {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  gap: 80px;
  margin-top: 40px;
}

/* 各カラム（BEFORE / AFTER） */
.memo-box__before,
.memo-box__after {
  text-align: center;
}

/* ラベル（BEFORE / AFTER） */
.memo-box__before-after-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}

.memo-box__before .memo-box__before-after-label {
  padding-bottom: 14px;
}

/* 画像サイズは必要に応じて調整 */
.memo-box__before img,
.memo-box__after img {
  max-width: 220px;
  height: auto;
}

/* 真ん中の縦線 */
.memo-box__divider {
  width: 1px;
  height: 160px;
  background-color: #000000;
}

/* 動画モーダル */
.movie-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.movie-modal.is-open {
  display: flex;
}

.movie-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.movie-modal__content {
  position: relative;
  max-width: 720px;
  width: 90%;
  margin: 10vh auto 0;
  background: #fff;
  padding: 16px;
}

.movie-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 28px;
  line-height: 1;
  background: transparent;
  border: none;
  cursor: pointer;
}

#jstreamPlayer {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

/* 画像サイズ調整 */
.memo-box__img img.img_feature_01 {
  width: 220px;
}

.memo-box__img img.img_feature_02 {
  width: 277px;
}

.memo-box__img img.img_feature_02-02 {
  width: 301px;
}
.watch-feature__img.img_feature_03 img {
  width: 301px;
}
.memo-box__img.img_feature_03-02 img {
  width: 289px;
}
.memo-box__img.img_feature_03-03 img {
  width: 261px;
}
.memo-box__img.img_feature_03-04 img {
  width: 261px;
}
.memo-box__img img.img_point_01 {
  width: 235px;
}
.memo-box__img.img_point_02-01 img {
  width: 261px;
}
.memo-box__img.img_point_02-02 img {
  width: 328px;
}
.memo-box__img.img_point_02-04 img {
  width: 260px;
}
.memo-box__img.img_point_02-05 img {
  width: 141px;
}
.memo-box__img.img_point_02-06 img {
  width: 260px;
}
.memo-box__img.img_point_02-07 img {
  width: 260px;
}
.memo-box__img img.img_point_03 {
  width: 253px;
}
.memo-box__img.img_point_05 img {
  width: 259px;
}
.memo-box__img.img_point_06 img {
  width: 262px;
}
.memo-box__before-after .img_point_07-01 {
  width: 128px;
}
.memo-box__before-after .img_point_07-02 {
  width: 159px;
}

@media screen and (max-width: 780px) {
  .v1-common__singletxt {
    padding: 0 20px 16px 20px;
  }

  .block-common-block p {
    margin-bottom: 0em;
  }

  /* 目次（TOC） */
  .v1-common__toc {
    padding: 13px 13px 24px 13px;
    border-radius: 16px;
  }

  .v1-common__toc ul li {
    border-bottom: 1px solid #cccccc;
    padding: 7px 0;
    list-style: none;
    padding-left: 1em;
    margin: 0;
  }

  .v1-common__toc ul li:after {
    display: none;
  }

  .v1-common__toc ul li:last-child {
    border-bottom: none;
  }

  .toc-title {
    text-align: center;
    padding-bottom: 24px;
  }

  .v1-common__toc {
    margin-bottom: 35px;
  }

  .v1-common__toc h3 {
    margin: 0px 0px 0px 0px;
  }

  .v1-common__toc a {
    text-decoration: none;
    font-size: 16px;
  }

  .indent {
    display: inline-block;
    margin-left: 5.5em;
  }

  .v1-common__title,
  .v1-common-sec__feature-title {
    font-size: 16px;
  }

  /* MEMOボックス */
  .memo-box {
    padding: 18px 24px;
    border-radius: 12px;
  }

  .memo-box .memo-box__text {
    margin-bottom: 0px;
    margin-top: 40px;
  }

  .memo-box__label {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #f0f0f0;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
  }

  .v1-common-sec1__block .memo-box__label {
    display: inline-block;
    text-align: left;
    /* margin-left: 0; */
  }

  .v1-common-sec__feature-title {
    margin-bottom: 6px !important;
  }

  /* 「ぜんまい」ラベル */
  .watch-feature__spring-label {
    position: absolute;
    left: 32px;
    top: -20px;
  }

  .memo-box__img img {
    margin-top: 0px;
  }

  feature__img .movie-block {
    margin: 25px 0;
  }

  .memo-box__img {
    padding-top: 29px;
  }

  .memo-box__label-text--posture--point1 {
    left: -38px;
  }

  .memo-box__label-text--accuracy--point1 {
    left: -38px;
  }

  .memo-box__img--has-label {
    margin-top: -34px;
  }

  .v1-common-sec.v1-common-sec2 .memo-box__note {
    margin-top: 33px;
  }

  .memo-box__cols,
  .memo-box__row--top {
    flex-direction: column;
    gap: 0px;
  }

  /* BEFORE / AFTER */
  .memo-box__before-after {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    margin-top: 40px;
  }

  .before-img {
    margin-top: 12px;
  }

  /* 真ん中の縦線 */
  .memo-box__divider {
    width: 1px;
    background-color: #000;
  }

  /* 画像 */
  .memo-box__img img {
    max-width: 100%;
    height: auto;
  }

  /* テキスト中央寄せ */
  .memo-box__text--center {
    text-align: left;
  }

  /* アラート・インフォボックス */
  .alert-box,
  .info-box,
  .info-box-small {
    margin: 25px 0;
    padding: 20px;
    font-size: 14px;
    line-height: normal;
  }

  /* アラート微調整 */
  .alert-box {
    background: #e8c2c7;
    border-radius: 15px;
    margin-top: 105px;
    padding: 17px;
  }

  .alert-box__text {
    font-weight: 500;
    font-size: 17px;
  }

  .memo-box__col .memo-box__text {
    margin-top: 19px;
  }

  .memo-box__temps-row {
    display: flex;
    justify-content: center;
    margin-top: 0px;
  }

  .memo-box__temps-row--posture {
    margin-bottom: 50px;
    margin-left: 30px;
    gap: 12px;
  }

  .memo-box__temps-row--accuracy {
    gap: 54px;
    margin-left: 30px;
  }

  .memo-box__label-text--posture {
    top: 61px;
    left: -48px;
  }

  .memo-box__label-text--accuracy {
    bottom: 28px;
    left: -48px;
  }

  .memo-box__label-text--expensive {
    left: 38px;
  }

  .memo-box__label-text--low {
    right: 48px;
  }
  .memo-box__label-text--delay {
    bottom: 42px;
    left: 13px;
  }
  .memo-box__label-text--advance {
    bottom: 28px;
    right: 41px;
  }

  .memo-box .memo-box__text--center {
    margin-top: 36px;
    margin-bottom: 0;
  }

  .memo-box__magnets {
    gap: 16px;
    margin-top: 30px;
    margin-bottom: 8px;
  }

  .memo-box .memo-box__text--center {
    text-align: justify;
  }

  .care {
    margin-bottom: 49px;
  }

  /* 動画を見る */
  .movie-modal__content {
    margin-top: 12vh;
    padding: 12px;
  }

  .self-winding-watch,
  .crown {
    margin-top: 13px !important;
  }

  .memo-box__text.umbrella {
    padding: 15px 5px;
  }

  .memo-box__img.palm {
    margin-bottom: 40px;
  }

  .memo-box__text.memo-box__text--caption.palm {
    margin: 40px;
    padding-top: 0px;
  }
}
