.tm-page-header {
  margin-bottom: 72px;
}

.tm-page-header h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: 110px;
  margin-bottom: 15px;
  letter-spacing: 0.08em;
}

#top-message-page {
  background-color: #eff0f5;
  padding: 80px 0 0;
}

#top-message-page::after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, #eff0f5 0%, #ffffff 100%);
}

/* 横幅をかなり広げて余白を減らす */
.tmsg-container {
  width: min(1360px, calc(100% - 32px));
  margin: 0 auto;
}

.tmsg-row {
  display: grid;
  align-items: start;
}

.tmsg-row-top {
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
}

.tmsg-row-bottom {
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 48px;
  margin-top: 64px;
}

.tmsg-headline {
  margin: 0;
  line-height: 2.15;
}

.tmsg-headline span {
  display: inline;
  background: #fff;
  padding: 12px 16px;
  font-size: 30px;
  font-weight: 500;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.tmsg-lead {
  margin: 34px 0 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.9;
  color: #111;
}

.tmsg-body {
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 2.1;
  color: #333;
}

.tmsg-profile img {
  display: block;
  width: 100%;
  height: auto;
}

.tmsg-block + .tmsg-block {
  margin-top: 34px;
}

.tmsg-video-label,
.tmsg-reel-label {
  margin: 0 0 12px;
  font-size: 13px;
  color: #666;
  letter-spacing: 0.08em;
}

.tmsg-video-box {
  width: 100%;
}

.tmsg-video {
  width: 100%;
  display: block;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border: 1px solid #c8c8c8;
  border-radius: 18px;
  background: #000;
}

.tmsg-reel-link {
  margin-top: 18px;
}

.tmsg-reel-link a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  transition: opacity 0.3s ease;
}

.tmsg-reel-link a:hover {
  opacity: 0.7;
}

.tmsg-domain-link {
  margin-top: 34px;
}


@media screen and (max-width: 1100px) {
  .tmsg-row-top {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 32px;
  }

  .tmsg-row-bottom {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 32px;
  }

  .tmsg-headline span {
    font-size: 24px;
    white-space: normal;
  }
}

@media screen and (max-width: 812px) {
  .tm-page-header {
    margin-bottom: 12vw;
  }

  .tm-page-header h2 {
    font-size: 6.2vw;
    margin-top: 22vw;
    margin-bottom: 3vw;
  }

  #top-message-page {
    padding-top: 10vw;
  }

  #top-message-page::after {
    height: 12vw;
  }

  .tmsg-container {
    width: calc(100% - 20px);
  }

  .tmsg-row-top,
  .tmsg-row-bottom {
    display: block;
  }

  .tmsg-profile {
    margin-top: 8vw;
  }

  .tmsg-row-bottom {
    margin-top: 12vw;
  }

  .tmsg-reel {
    margin-bottom: 10vw;
  }

  .tmsg-headline {
    line-height: 2;
  }

  .tmsg-headline span {
    font-size: 5.6vw;
    padding: 2.2vw 2.6vw;
  }

  .tmsg-lead {
    margin-top: 10vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }

  .tmsg-body {
    margin-top: 5vw;
    font-size: 4.1vw;
    line-height: 2;
  }

  .tmsg-block + .tmsg-block {
    margin-top: 9vw;
  }

  .tmsg-domain-link {
    margin-top: 8vw;
  }

  .tmsg-video {
    border-radius: 14px;
  }
}