/* =========================================================
   wakatsuki.css
   若月新コンテンツ専用CSS
   path: /wp-content/themes/hello-elementor/wakatsuki/css/wakatsuki.css
   ========================================================= */

html {
  scroll-behavior: smooth;
}

.wakatsuki-page {
  /* color */
  --black: #050505;
  --white: #ffffff;
  --accent: #e4007f;
  --topics-blue: #3264ff;
  --gray: #f4f4f4;
  --text: #111111;
  --muted: #787878;
  --line: #d8d8d8;
  --max: 1080px;

  /* font size */
  --font-xs: 12px;
  --font-sm: 14px;
  --font-md: 16px;
  --font-body: 18px;
  --font-lg: 22px;
  --font-xl: 28px;
  --font-xxl: 36px;

  overflow-x: hidden;
  color: var(--text);
  background: var(--white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.wakatsuki-page,
.wakatsuki-page * {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

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

.wakatsuki-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wakatsuki-img-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wakatsuki-fv-img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.wakatsuki-link {
  color: inherit;
  text-decoration: none;
}

.wakatsuki-page .container {
  width: calc(100% - 40px);
  max-width: var(--max);
  margin: 0 auto;
}

.wakatsuki-page .section {
  margin: 0;
  padding: 0;
}

.wakatsuki-page .section-space {
  padding: 96px 0;
}

.wakatsuki-page .section--white {
  background: var(--white);
}

.wakatsuki-page .section--black {
  color: var(--white);
  background: var(--black);
}

.wakatsuki-page .section--gray {
  background: var(--gray);
}

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

/* =========================================================
   FV
   左：FVtitle.svg / 右：写真 + FVname001.svg
   ========================================================= */

.wakatsuki-page .fv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: 720px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--black);
}

/* 左側：黒背景 + タイトルSVG */
.wakatsuki-page .fv__titleArea {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 720px;
  margin: 0;
  padding: 0;
  background: var(--black);
}

.wakatsuki-page .fv__titleSvg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* 右側：写真 */
.wakatsuki-page .fv__visual {
  position: relative;
  width: 100%;
  min-height: 720px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--black);
}

.wakatsuki-page .fv__photo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center center;
}

/* 右写真に重ねる名前ロゴ */
.wakatsuki-page .fv__name {
  position: absolute;
  left: clamp(36px, 5vw, 76px);
  bottom: clamp(10px, 6vw, 10px);
  z-index: 2;
  display: block;
  max-width: 120%;
  height: auto;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

/* =========================================================
   Topix
   ========================================================= */

.wakatsuki-page .topics-space {
  padding-top: 120px;
  padding-bottom: 120px;
}

.wakatsuki-page .topics__inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1320px;
  margin: 0 auto;
}

.wakatsuki-page .topics__head {
  position: relative;
}

.wakatsuki-page .topics__head::after {
  content: "";
  position: absolute;
  left: calc((100vw - 100%) / -2);
  right: 80px;
  bottom: 0;
  height: 1px;
  background: #111111;
}

.wakatsuki-page .topics__title {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 2px;
  color: #999999;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.wakatsuki-page .topics__body {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 16px 0 28px;
  border-bottom: 0;
}

.wakatsuki-page .topics__body::after {
  content: "";
  position: absolute;
  left: 80px;
  right: calc((100vw - 100%) / -2);
  bottom: 0;
  height: 1px;
  background: #111111;
}

.wakatsuki-page .topics__content {
  display: grid;
  grid-template-columns: 130px 1fr;
  column-gap: 46px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.wakatsuki-page .topics__label {
  margin: 0;
  color: var(--topics-blue);
  font-size: var(--font-md);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
}

.wakatsuki-page .topics__list {
  display: grid;
  gap: 6px;
  margin: 0;
}

.wakatsuki-page .topics__item {
  display: grid;
  grid-template-columns: 120px 122px 1fr;
  column-gap: 30px;
  align-items: center;
  margin: 0;
  font-size: var(--font-md);
  line-height: 1.5;
}

.wakatsuki-page .topics__date,
.wakatsuki-page .topics__item time {
  color: #111111;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: var(--font-md);
  letter-spacing: 0.02em;
}

.wakatsuki-page .topics__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 23px;
  padding: 1px 14px;
  border: 1px solid var(--topics-blue);
  color: var(--topics-blue);
  font-size: var(--font-sm);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.wakatsuki-page .topics__text {
  color: #111111;
  font-size: var(--font-md);
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/* =========================================================
   Ouen message
   Topix下の応援リンクSVG
   ========================================================= */

.wakatsuki-page .ouen-message {
  margin: 0;
  padding: 52px 0 92px;
  background: var(--white);
}

.wakatsuki-page .ouen-message__inner {
  width: calc(100% - 80px);
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.wakatsuki-page .ouen-message__svg {
  position: relative;
  width: min(560px, 48vw);
  margin-left: auto;
  margin-right: 80px;
}

.wakatsuki-page .ouen-message__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.wakatsuki-page .ouen-message__error {
  margin: 0;
  color: #ff3b3b;
  font-size: 14px;
  text-align: right;
}

/* SVGの上に透明リンクを重ねる */
.wakatsuki-page .ouen-message__links {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.wakatsuki-page .ouen-message__link {
  position: absolute;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  pointer-events: auto;
}

/* 左の「若月選手を応援しよう！」ボタン部分 */
.wakatsuki-page .ouen-message__link--message {
  left: 0;
  top: 22%;
  width: 50%;
  height: 56%;
}

/* Instagram */
.wakatsuki-page .ouen-message__link--instagram {
  left: 78%;
  top: 16%;
  width: 7%;
  height: 68%;
}

/* Facebook */
.wakatsuki-page .ouen-message__link--facebook {
  left: 81%;
  top: 22%;
  width: 8%;
  height: 56%;
}

/* HOME */
.wakatsuki-page .ouen-message__link--home {
  left: 92%;
  top: 18%;
  width: 8%;
  height: 64%;
}

/* =========================================================
   Split sections
   ========================================================= */

.wakatsuki-page .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 0;
}

.wakatsuki-page .split__image {
  min-height: 0;
  margin: 0;
}

.wakatsuki-page .split__image .wakatsuki-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wakatsuki-page .split__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
}

.wakatsuki-page .section-kicker {
  margin: 0 0 32px;
  font-size: 34px;
  line-height: 1.3;
}

.wakatsuki-page .ranking__numbers {
  display: grid;
  gap: 22px;
}

.wakatsuki-page .ranking__numbers p {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 0;
}

.wakatsuki-page .ranking__numbers span {
  min-width: 150px;
  color: #dadada;
  font-size: var(--font-lg);
}

.wakatsuki-page .ranking__numbers strong {
  font-family: Georgia, serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 0.9;
}

.wakatsuki-page .ranking__numbers em {
  font-style: normal;
  font-size: var(--font-xl);
}

.wakatsuki-page .box-label,
.wakatsuki-page .black-label,
.wakatsuki-page .outline-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 160px;
  min-height: 28px;
  margin: 0 0 26px;
  padding: 2px 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  font-size: var(--font-md);
  font-weight: 700;
  letter-spacing: 0.16em;
}

.wakatsuki-page .box-label--light,
.wakatsuki-page .black-label {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}

.wakatsuki-page .mission__content h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.35;
}

/* =========================================================
   Profile
   ========================================================= */

.wakatsuki-page .profile {
  margin: 0;
  padding: 0;
  background: var(--black);
}

.wakatsuki-page .profile__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--black);
}

.wakatsuki-page .profile__image {
  width: 100%;
  min-height: 620px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--black);
}

.wakatsuki-page .profile__image .wakatsuki-img-cover {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center center;
}

.wakatsuki-page .profile__content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  margin: 0;
  padding: 80px;
  color: var(--white);
  background: var(--black);
}

.wakatsuki-page .profile__box {
  width: 100%;
  max-width: 560px;
  margin: 0;
  padding: 0;
}

.wakatsuki-page .profile__content h2 {
  margin: 28px 0 24px;
  color: var(--white);
  font-size: 30px;
  line-height: 1.4;
  font-weight: 900;
}

.wakatsuki-page .profile__content h2 span {
  font-size: var(--font-body);
  font-weight: 700;
}

.wakatsuki-page .profile__list {
  margin: 0;
  padding-left: 1.4em;
  color: var(--white);
  font-size: var(--font-md);
  line-height: 2;
  font-weight: 700;
}

.wakatsuki-page .profile__list li {
  margin: 0 0 6px;
}

.wakatsuki-page .profile + .sponsor {
  margin-top: 0;
}

/* =========================================================
   Sponsor / Records
   ここは市松レイアウトではない
   ========================================================= */

.wakatsuki-page .sponsor,
.wakatsuki-page .records,
.wakatsuki-page .past-records {
  margin: 0;
  padding: 0;
}

.wakatsuki-page .sponsor {
  padding: 64px 0 112px;
  background: var(--white);
}

.wakatsuki-page .records,
.wakatsuki-page .past-records {
  background: var(--gray);
}

/*
   PDFに近づけるため、スポンサー〜戦績エリアは広めに使う
   920pxだと狭すぎる
*/
.wakatsuki-page .records-container {
  width: calc(100% - 120px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

/* セクションタイトル */
.wakatsuki-page .section-box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 40px;
  margin: 0 0 40px;
  padding: 0;
  font-size: var(--font-body);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

.wakatsuki-page .section-box-title--white {
  color: var(--black);
  background: var(--white);
  border: 1px solid var(--black);
}

.wakatsuki-page .section-box-title--black {
  color: var(--white);
  background: var(--black);
  border: 1px solid var(--black);
}

/* =========================================================
   Sponsor
   ========================================================= */

.wakatsuki-page .sponsor__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
  column-gap: 72px;
  width: calc(100% - 100px);
  margin-left: 70px;
}

.wakatsuki-page .sponsor__copy {
  margin: 0;
  padding: 0;
  color: var(--black);
  font-size: 52px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.wakatsuki-page .sponsor__copy-nowrap {
  white-space: nowrap;
}

.wakatsuki-page .sponsor__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-24px);
}

.wakatsuki-page .sponsor__logo .wakatsuki-img {
  display: block;
  width: 380px;
  max-width: 380px;
  height: auto;
}

.wakatsuki-page .sponsor__message {
  display: block;
  margin: 0;
  padding: 0;
}

.wakatsuki-page .sponsor__copy-nowrap {
  white-space: nowrap;
}

.wakatsuki-page .sponsor__copy {
  margin: 0;
  padding: 0;
  color: var(--black);
  font-size: 52px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.wakatsuki-page .sponsor__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;

  /* ロゴの見た目位置を少し上げる */
  transform: translateY(-66px);
}

/* =========================================================
   Records latest
   ========================================================= */

.wakatsuki-page .records {
  padding: 96px 0 64px;
}

.wakatsuki-page .records__latest {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  column-gap: 150px;
  align-items: start;
  width: calc(100% - 120px);
  margin-left: 60px;
}

.wakatsuki-page .records__column {
  margin: 0;
  padding: 0;
}

.wakatsuki-page .records__subheading {
  margin: 0 0 10px;
  color: var(--black);
  font-size: var(--font-body);
  line-height: 1.7;
  font-weight: 800;
}

.wakatsuki-page .records__subheading--space {
  margin-top: 40px;
}

.wakatsuki-page .records__column p,
.wakatsuki-page .past-records__item p {
  margin: 0;
  color: var(--black);
  font-size: var(--font-body);
  line-height: 2;
  font-weight: 400;
}

.wakatsuki-page .past-records__item {
  margin: 0 0 36px;
  padding: 0;
}

/* =========================================================
   Past records
   ========================================================= */

.wakatsuki-page .past-records {
  padding: 64px 0 120px;
}

.wakatsuki-page .past-records__body {
  width: calc(100% - 120px);
  max-width: 860px;
  margin-left: 60px;
  padding: 0;
}

.wakatsuki-page .past-records__item {
  margin: 0 0 28px;
  padding: 0;
}

.wakatsuki-page .past-records__item:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Wakatsuki Story
   PDFデザイン寄せ
   ========================================================= */

.wakatsuki-page .story {
  padding: 160px 0 180px;
  background: var(--black);
  color: var(--white);
  overflow: visible;
}

.wakatsuki-page .story__inner {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}

.wakatsuki-page .story__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 38px;
  margin: 0 0 120px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: var(--white);
  background: transparent;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: var(--font-xl);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.wakatsuki-page .story-timeline {
  position: relative;
  margin: 0;
  padding: 0 0 0 96px;
  overflow: visible;
}

.wakatsuki-page .story-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 96px;
  width: 1px;
  background: rgba(255, 255, 255, 0.85);
}

.wakatsuki-page .story-item {
  position: relative;
  margin: 0;
  padding: 0 0 190px;
  overflow: visible;
}

.wakatsuki-page .story-item:last-child {
  padding-bottom: 0;
}

/* =========================================================
   Story 年表ライン
   丸・年・矢印・説明文
   ========================================================= */

.wakatsuki-page .story-item__line {
  --story-line-y: 15px;
  --story-arrow-left: 15px;
  --story-arrow-width: 300px;
  --story-text-gap: 36px;

  position: relative;
  min-height: 58px;
  margin: 0 0 150px;
  color: var(--white);
  overflow: visible;
}

/* 丸 */
.wakatsuki-page .story-item__circle {
  position: absolute;
  left: -15px;
  top: var(--story-line-y);
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border: 1px solid var(--white);
  border-radius: 50%;
  background: var(--black);
  z-index: 4;
}

/* 丸の中を通る横線 */
.wakatsuki-page .story-item__circle::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  width: 52px;
  height: 1px;
  transform: translateY(-50%);
  background: var(--white);
  z-index: 5;
}

/* 丸の中を通る縦線 */
.wakatsuki-page .story-item__circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 1px;
  height: 66px;
  transform: translateX(-50%);
  background: var(--white);
  z-index: 5;
}

/* 丸から文章へ伸びる矢印 */
.wakatsuki-page .story-item__bar {
  position: absolute;
  left: var(--story-arrow-left);
  top: var(--story-line-y);
  width: var(--story-arrow-width);
  height: 1px;
  background: var(--white);
  z-index: 1;
}

/* 矢印の先 */
.wakatsuki-page .story-item__bar::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: translateY(-50%) rotate(45deg);
}

/* 年：矢印の中央に置く */
.wakatsuki-page .story-item__year {
  position: absolute;
  left: calc(var(--story-arrow-left) + (var(--story-arrow-width) / 2));
  top: var(--story-line-y);

  /* ここで年を上に上げる */
  transform: translate(-50%, -26px);

  z-index: 4;
  display: block;
  width: max-content;
  margin: 0;
  padding: 0;
  color: var(--white);
  background: transparent;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: center;
}

/* 説明文：矢印の先から少し離す */
.wakatsuki-page .story-item__summary {
  position: relative;
  z-index: 3;
  margin: 0;
  padding-left: calc(
    var(--story-arrow-left) + var(--story-arrow-width) + var(--story-text-gap)
  );
}

.wakatsuki-page .story-item__summary p {
  margin: 0 0 8px;
  color: var(--white);
  font-size: var(--font-md);
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.wakatsuki-page .story-item__summary p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Story 本文・写真エリア
   ========================================================= */

.wakatsuki-page .story-item__content {
  display: grid;
  grid-template-columns: 1fr 330px;
  align-items: center;
  column-gap: 150px;
  width: calc(100% - 170px);
  margin-left: 170px;
}

.wakatsuki-page .story-item--left .story-item__content {
  grid-template-columns: 330px 1fr;
  column-gap: 140px;
  width: calc(100% - 170px);
  margin-left: 170px;
}

.wakatsuki-page .story-item__catch {
  color: var(--white);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.wakatsuki-page .story-item__photo {
  width: 330px;
  margin: 0;
  padding: 0;
}

.wakatsuki-page .story-item__photo .wakatsuki-img-cover {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4.2;
  object-fit: cover;
  object-position: center center;
}

.wakatsuki-page .story-item--left .story-item__photo {
  grid-column: 1;
}

.wakatsuki-page .story-item--left .story-item__catch {
  grid-column: 2;
}

/* =========================================================
   Schedule
   年間スケジュール
   ========================================================= */

.wakatsuki-page .schedule {
  padding: 150px 0 170px;
  background: var(--white);
  color: var(--black);
}

.wakatsuki-page .schedule__inner {
  width: calc(100% - 120px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

/* タイトルは過去の戦績と同じ黒ベタ */
.wakatsuki-page .schedule .section-box-title {
  color: var(--white);
  background: var(--black);
  border: 1px solid var(--black);
}

/* スケジュール本体 */
.wakatsuki-page .schedule__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 36px;
  row-gap: 132px;
  align-items: stretch;

  /* activity-card と同じ実質幅にする */
  width: calc(100% - 120px);
  margin: 120px auto 0;
  padding: 0;
}

/* 上段4つ：4等分 */
.wakatsuki-page .schedule-card:nth-child(1),
.wakatsuki-page .schedule-card:nth-child(2),
.wakatsuki-page .schedule-card:nth-child(3),
.wakatsuki-page .schedule-card:nth-child(4) {
  grid-column: span 3;
}

/* 下段3つ：3等分で幅広 */
.wakatsuki-page .schedule-card:nth-child(5),
.wakatsuki-page .schedule-card:nth-child(6),
.wakatsuki-page .schedule-card:nth-child(7) {
  grid-column: span 4;
}

/* 各項目 */
.wakatsuki-page .schedule-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 38px 28px 36px;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  text-align: left;
}

/* 上段の四角枠は高さを揃える */
.wakatsuki-page .schedule-card:nth-child(1),
.wakatsuki-page .schedule-card:nth-child(2),
.wakatsuki-page .schedule-card:nth-child(3),
.wakatsuki-page .schedule-card:nth-child(4) {
  min-height: 320px;
}

/* 下段の四角枠は高さを揃える */
.wakatsuki-page .schedule-card:nth-child(5),
.wakatsuki-page .schedule-card:nth-child(6),
.wakatsuki-page .schedule-card:nth-child(7) {
  min-height: 245px;
  padding: 36px 22px 34px;
}

/* 下の横線 */
.wakatsuki-page .schedule-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: -36px;
  bottom: -42px;
  height: 1px;
  background: #9c9c9c;
}

/* 行末は線を止める */
.wakatsuki-page .schedule-card:nth-child(4)::before,
.wakatsuki-page .schedule-card:nth-child(7)::before {
  right: 0;
}

/* 下向き三角 */
.wakatsuki-page .schedule-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -58px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 24px solid #9c9c9c;
}

.wakatsuki-page .schedule-card h3 {
  width: fit-content;
  min-width: 120px;
  margin: 0 auto 28px;
  padding: 0 0 8px;
  color: var(--black);
  border-bottom: 1px solid var(--black);
  font-size: var(--font-xl);
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
}

.wakatsuki-page .schedule-card p {
  margin: 0;
  color: var(--black);
  font-size: var(--font-body);
  line-height: 1.85;
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* 年間スケジュール：月見出し付き本文 */
.wakatsuki-page .schedule-card__events {
  display: grid;
  row-gap: 18px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.wakatsuki-page .schedule-card .schedule-card__event {
  display: grid;
  grid-template-columns: 2.6em minmax(0, 1fr);
  column-gap: 0.1em;
  align-items: start;
  margin: 0;
  padding: 0;
  color: var(--black);
  font-size: var(--font-body);
  line-height: 1.85;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.wakatsuki-page .schedule-card__month {
  display: block;
  white-space: nowrap;
}

.wakatsuki-page .schedule-card__text {
  display: block;
  min-width: 0;
}

/* 年月 */
.wakatsuki-page .schedule-card time {
  position: absolute;
  left: 50%;
  bottom: -105px;
  transform: translateX(-50%);
  color: #9a9a9a;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: var(--font-xxl);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

/* =========================================================
   Schedule competition image
   年間スケジュール下：各大会イメージ
   ========================================================= */

.wakatsuki-page .schedule-competition-image {
  width: calc(100% - 120px);
  margin: 300px auto 0;
  padding: 0;
}

.wakatsuki-page .schedule .section-box-title--competition {
  color: var(--white);
  background: #777777;
  border: 1px solid #777777;
}

.wakatsuki-page .schedule-competition-image__body {
  width: 100%;
  margin: 64px 0 0;
  padding: 0;
}

.wakatsuki-page .schedule-competition-image__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
}

/* 各大会イメージ下：ワールドカップとは */
.wakatsuki-page .schedule-competition-note {
  width: 100%;
  margin: 220px 0 0;
  padding: 0;
}

.wakatsuki-page .schedule-competition-note__body {
  width: 100%;
  margin: 28px 0 0;
  padding: 0;
}

.wakatsuki-page .schedule-competition-note__body p {
  margin: 0 0 28px;
  color: var(--black);
  font-size: var(--font-body);
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.wakatsuki-page .schedule-competition-note__body p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Schedule training
   ワールドカップとは下：トレーニング説明
   ========================================================= */

.wakatsuki-page .schedule-training-list {
  width: 100%;
  margin: 150px 0 0;
  padding: 0;
}

.wakatsuki-page .schedule-training-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  column-gap: 120px;
  align-items: start;
  width: 100%;
  margin: 0 0 150px;
  padding: 0;
}

.wakatsuki-page .schedule-training-item:last-child {
  margin-bottom: 0;
}

.wakatsuki-page .schedule-training-item__text {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.wakatsuki-page .schedule-training-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  margin: 0 0 56px;
  padding: 0 18px;
  color: var(--black);
  background: var(--white);
  border: 1px solid #777777;
  font-size: var(--font-body);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

.wakatsuki-page .schedule-training-item__body {
  width: 100%;
  margin: 0;
  padding: 0;
}

.wakatsuki-page .schedule-training-item__body p {
  margin: 0 0 34px;
  color: var(--black);
  font-size: var(--font-body);
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.wakatsuki-page .schedule-training-item__body p:last-child {
  margin-bottom: 0;
}

.wakatsuki-page .schedule-training-item__image {
  width: 300px;
  margin: 0;
  padding: 0;
}

.wakatsuki-page .schedule-training-item__image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 1px solid #eeedff;
  box-sizing: border-box;
}

/* =========================================================
   Messages / Footer
   ========================================================= */

.wakatsuki-page .messages {
  margin: 0;
  padding: 0;
  background: var(--white);
}

/*
   背景グレー範囲
   応援メッセージタイトルの上から、
   メール案内の下あたりまでグレーにする
*/
.wakatsuki-page .messages__gray {
  margin: 0;
  padding: 200px 0 200px;
  background: var(--gray);
}

.wakatsuki-page .messages__white {
  margin: 0;
  padding: 0;
  background: var(--white);
}

.wakatsuki-page .messages__inner {
  width: calc(100% - 120px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

/* 応援メッセージ タイトル */
.wakatsuki-page .messages .black-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 40px;
  margin: 0 0 96px;
  padding: 0 24px;
  color: var(--white);
  background: var(--black);
  border: 1px solid var(--black);
  font-size: var(--font-body);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

/* メッセージ白ボックス */
.wakatsuki-page .message-box {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 82px 72px 86px;
  background: var(--white);
  border: 1px solid #777777;
  border-radius: 48px;
}

/* 1件ごとのメッセージ */
.wakatsuki-page .message-box article {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 28px;
  row-gap: 4px;
  align-items: start;
  margin: 0 0 56px;
  padding: 0;
  border: 0;
}

.wakatsuki-page .message-box article:last-child {
  margin-bottom: 0;
}

.wakatsuki-page .message-box h3 {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--black);
  font-size: var(--font-body);
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.wakatsuki-page .message-box p {
  margin: 0;
  color: var(--black);
  font-size: var(--font-body);
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.wakatsuki-page .message-box time {
  margin: 0;
  color: var(--black);
  font-size: var(--font-body);
  line-height: 1.7;
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
}

/* 応援メッセージ下 メールアイコン */
.wakatsuki-page .message-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  margin: 42px 0 0;
  padding: 0;
  color: #8f8f8f;
  text-align: center;
  font-size: var(--font-md);
  line-height: 1.6;
}

.wakatsuki-page .message-note__text {
  margin: 0;
  color: #a0a0a0;
  font-size: var(--font-body);
  line-height: 1.6;
}

.wakatsuki-page .message-note__mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 52px;
  color: inherit;
  text-decoration: none;
}

.wakatsuki-page .message-note__mail-svg {
  display: block;
  width: 64px;
  height: auto;
  line-height: 0;
}

.wakatsuki-page .message-note__mail-icon {
  display: block;
  width: 100%;
  height: auto;
}

.wakatsuki-page .message-note__mail-error {
  color: #ff3b3b;
  font-size: 12px;
}

/* footer */
.wakatsuki-page .footer {
  padding: 200px 20px 36px;
  color: var(--black);
  background: var(--white);
  text-align: center;
}

.wakatsuki-page .footer__mark {
  position: relative;
  width: 330px;
  max-width: 52vw;
  margin: 0 auto;
}

.wakatsuki-page .footer__mark svg,
.wakatsuki-page .footer__mark-svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.wakatsuki-page .footer__mark-error {
  margin: 0;
  color: #ff3b3b;
  font-size: 14px;
}

/* SVGの上に透明リンクを重ねる */
.wakatsuki-page .footer__hotlinks {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.wakatsuki-page .footer__hotlink {
  position: absolute;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  pointer-events: auto;
}

/* Instagram */
.wakatsuki-page .footer__hotlink--instagram {
  left: 26%;
  top: 48%;
  width: 18%;
  height: 42%;
}

/* Homepage */
.wakatsuki-page .footer__hotlink--homepage {
  left: 58%;
  top: 48%;
  width: 18%;
  height: 42%;
}

.wakatsuki-page .footer__hotlink {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

/* =========================================================
   Page top link
   Footer内：ページTOPに戻る
   ========================================================= */

.wakatsuki-page .page-top-link {
  width: calc(100% - 120px);
  max-width: 1180px;
  margin: 130px auto 0;
  padding: 0;
  text-align: right;
}

.wakatsuki-page .page-top-link__anchor,
.wakatsuki-page .page-top-link__anchor:link,
.wakatsuki-page .page-top-link__anchor:visited,
.wakatsuki-page .page-top-link__anchor:hover,
.wakatsuki-page .page-top-link__anchor:active {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: var(--black);
  font-size: var(--font-xl);
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-decoration: none;
}

/* =========================================================
   Wakatsuki Message Form Page
   /wakatsuki-message/
   ========================================================= */

/* 固定ページの自動タイトルを非表示 */
body.page-id-411155 .entry-title,
body.page-id-411155 h1.entry-title,
body.page-id-411155 .page-title,
body.page-id-411155 h1.page-title,
body.page-id-411155 .page-header,
body.page-id-411155 .entry-header {
  display: none !important;
}

/* ページ全体 */
body.page-id-411155 {
  background: #ffffff;
}

body.page-id-411155 .wakatsuki-form-page {
  min-height: 100vh;
  padding: 56px 20px 80px;
  background: #ffffff;
  color: #111111;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

/* 白いカード */
body.page-id-411155 .wakatsuki-form-card {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 64px 48px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.12);
}

/* タイトル */
body.page-id-411155 .wakatsuki-form-page__title {
  margin: 0 0 18px;
  color: #111111;
  font-size: 30px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
}

/* 説明文 */
body.page-id-411155 .wakatsuki-form-page__lead {
  margin: 0 0 42px;
  color: #777777;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

/* Contact Form 7 全体 */
body.page-id-411155 .wakatsuki-form-page .wpcf7 {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 各項目 */
body.page-id-411155 .wakatsuki-contact-form__field {
  margin: 0 0 26px;
}

body.page-id-411155 .wakatsuki-contact-form__field label {
  display: block;
  margin: 0;
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

body.page-id-411155 .wakatsuki-contact-form__field label span {
  display: block;
  margin: 0 0 8px;
}

/* 入力欄 */
body.page-id-411155 .wakatsuki-contact-form input[type="text"],
body.page-id-411155 .wakatsuki-contact-form input[type="email"],
body.page-id-411155 .wakatsuki-contact-form textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: none;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}

body.page-id-411155 .wakatsuki-contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

body.page-id-411155 .wakatsuki-contact-form input[type="text"]:focus,
body.page-id-411155 .wakatsuki-contact-form input[type="email"]:focus,
body.page-id-411155 .wakatsuki-contact-form textarea:focus {
  border-color: #e4007f;
  outline: none;
  box-shadow: 0 0 0 3px rgba(228, 0, 127, 0.12);
}

/* チェックボックス */
body.page-id-411155 .wakatsuki-contact-form__field--check {
  margin: 0 0 10px;
  color: #333333;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

body.page-id-411155 .wakatsuki-contact-form__field--check .wpcf7-list-item {
  margin: 0;
}

body.page-id-411155 .wakatsuki-contact-form__field--check label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

body.page-id-411155 .wakatsuki-contact-form__field--check input[type="checkbox"] {
  margin-top: 5px;
}

/* 送信ボタン */
body.page-id-411155 .wakatsuki-contact-form__submit {
  margin: 36px 0 0;
  text-align: center;
}

body.page-id-411155 .wakatsuki-contact-form p:has(input[type="submit"]) {
  margin: 36px 0 0;
  text-align: center;
}

body.page-id-411155 .wakatsuki-contact-form input[type="submit"],
body.page-id-411155 .wakatsuki-contact-form .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 220px;
  height: 50px;
  min-width: 220px;
  min-height: 50px;
  margin: 0 auto;
  padding: 0;

  border: 1px solid #e4007f;
  border-radius: 999px;
  background: #e4007f;
  color: #ffffff;

  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;

  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}

body.page-id-411155 .wakatsuki-contact-form input[type="submit"]:hover,
body.page-id-411155 .wakatsuki-contact-form .wpcf7-submit:hover {
  background: #ffffff;
  color: #e4007f;
}

body.page-id-411155 .wakatsuki-contact-form input[type="submit"]:disabled,
body.page-id-411155 .wakatsuki-contact-form .wpcf7-submit:disabled {
  border-color: #cccccc;
  background: #dddddd;
  color: #999999;
  cursor: not-allowed;
}

/* 閉じるボタン */
body.page-id-411155 .wakatsuki-form-close {
  margin: 34px 0 0;
  text-align: center;
}

body.page-id-411155 .wakatsuki-form-close__button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 220px;
  height: 50px;
  min-width: 220px;
  min-height: 50px;
  margin: 0 auto;
  padding: 0;

  border: 1px solid #111111;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;

  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;

  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}

body.page-id-411155 .wakatsuki-form-close__button:hover {
  background: #ffffff;
  color: #111111;
}

body.page-id-411155 .wakatsuki-form-close__note {
  margin: 14px 0 0;
  color: #888888;
  font-size: 13px;
  line-height: 1.6;
}

/* エラー・完了メッセージ */
body.page-id-411155 .wakatsuki-form-page .wpcf7-response-output {
  margin: 28px 0 0;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.7;
}

body.page-id-411155 .wakatsuki-form-page .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #d60000;
  font-size: 13px;
}

/* フォームページ Tablet */
@media screen and (max-width: 980px) {
  body.page-id-411155 .wakatsuki-form-page {
    padding: 56px 20px 72px;
  }

  body.page-id-411155 .wakatsuki-form-card {
    max-width: 720px;
    padding: 48px 48px 44px;
  }
}

/* フォームページ Mobile */
@media screen and (max-width: 767px) {
  body.page-id-411155 .wakatsuki-form-page {
    padding: 40px 16px 56px;
  }

  body.page-id-411155 .wakatsuki-form-card {
    padding: 36px 22px 34px;
    border-radius: 18px;
  }

  body.page-id-411155 .wakatsuki-form-page__title {
    font-size: 23px;
  }

  body.page-id-411155 .wakatsuki-form-page__lead {
    margin-bottom: 32px;
    font-size: 14px;
  }

  body.page-id-411155 .wakatsuki-contact-form input[type="submit"],
  body.page-id-411155 .wakatsuki-contact-form .wpcf7-submit,
  body.page-id-411155 .wakatsuki-form-close__button {
    width: 100%;
    min-width: 0;
  }
}




/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   Tablet
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media screen and (max-width: 980px) {
  /* FV */
  .wakatsuki-page .fv {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wakatsuki-page .fv__titleArea {
    min-height: 520px;
    padding: 72px 40px;
  }

  .wakatsuki-page .fv__titleSvg {
    width: 120%;
  }

  .wakatsuki-page .fv__visual {
    min-height: 720px;
  }

  .wakatsuki-page .fv__photo {
    height: 720px;
    object-fit: cover;
    object-position: center center;
  }

  .wakatsuki-page .fv__name {
    left: clamp(32px, 5vw, 56px);
    bottom: clamp(42px, 7vw, 76px);
    width: clamp(260px, 48vw, 440px);
    max-width: 62%;
  }

  .wakatsuki-page .split {
    align-items: stretch;
    min-height: 0;
  }

  .wakatsuki-page .split__image {
    min-height: 0;
    margin: 0;
  }

  .wakatsuki-page .split__image .wakatsuki-img-cover {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .wakatsuki-page .split__content {
    min-height: 0;
    padding: 56px 40px;
  }

  .wakatsuki-page .split--image-left .split__image {
    order: 1;
  }

  .wakatsuki-page .split--image-left .split__content {
    order: 2;
  }

  .wakatsuki-page .mission .split__image {
    order: 1;
  }

  .wakatsuki-page .mission .split__content {
    order: 2;
  }

  .wakatsuki-page .profile__layout {
    grid-template-columns: 1fr;
  }

  .wakatsuki-page .profile__image {
    min-height: 0;
  }

  .wakatsuki-page .profile__image .wakatsuki-img-cover {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
  }

  .wakatsuki-page .profile__content {
    min-height: 0;
    padding: 64px 40px;
  }

  .wakatsuki-page .profile__box {
    max-width: 640px;
  }

  /* 応援リンク */
  .wakatsuki-page .ouen-message {
    padding: 44px 0 76px;
  }

  .wakatsuki-page .ouen-message__inner {
    width: calc(100% - 80px);
    max-width: 900px;
  }

  .wakatsuki-page .ouen-message__svg {
    width: min(520px, 68vw);
    margin-left: auto;
    margin-right: 0;
  }
  /* sponsor */
  .wakatsuki-page .records-container {
    width: calc(100% - 120px);
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
  }

  .wakatsuki-page .section-box-title {
    margin-bottom: 56px;
  }

  .wakatsuki-page .sponsor {
    padding: 56px 0 80px;
  }

  .wakatsuki-page .sponsor__body {
    display: grid;
    grid-template-columns: 2.2fr 0.9fr;
    align-items: center;
    column-gap: 72px;
    width: calc(100% - 120px);
    margin-left: 80px;
  }

  .wakatsuki-page .sponsor__copy {
    margin: 0;
    padding: 0;
    color: var(--black);
    font-size: 54px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: 0.02em;
  }

.wakatsuki-page .sponsor__logo {
  transform: translateY(-24px);
}

  .wakatsuki-page .sponsor__logo {
    justify-content: center;
  }

  .wakatsuki-page .sponsor__logo .wakatsuki-img {
    width: 280px;
  }

  .wakatsuki-page .records {
    padding: 80px 0 56px;
  }

  .wakatsuki-page .records__latest {
    grid-template-columns: 1fr 1.2fr;
    column-gap: 64px;
    width: calc(100% - 56px);
    margin-left: 28px;
  }

  .wakatsuki-page .past-records {
    padding: 56px 0 96px;
  }

  .wakatsuki-page .past-records__body {
    width: calc(100% - 56px);
    max-width: 720px;
    margin-left: 28px;
  }

  /* story */
  .wakatsuki-page .story {
    padding: 120px 0 140px;
  }

  .wakatsuki-page .story__inner {
    width: calc(100% - 80px);
    max-width: 820px;
  }

  .wakatsuki-page .story__label {
    min-width: 220px;
    min-height: 34px;
    margin-bottom: 90px;
    font-size: var(--font-lg);
  }

  .wakatsuki-page .story-timeline {
    padding-left: 54px;
  }

  .wakatsuki-page .story-timeline::before {
    left: 54px;
  }

  .wakatsuki-page .story-item {
    padding-bottom: 140px;
  }

  .wakatsuki-page .story-item__line {
    grid-template-columns: 76px 86px 24px 1fr;
    margin-bottom: 90px;
  }

  .wakatsuki-page .story-item__year {
    font-size: var(--font-body);
  }

  .wakatsuki-page .story-item__bar {
    width: 70px;
  }

  .wakatsuki-page .story-item__summary {
    margin-left: 54px;
  }

  .wakatsuki-page .story-item__summary p {
    font-size: var(--font-md);
  }

  .wakatsuki-page .story-item__content,
  .wakatsuki-page .story-item--left .story-item__content {
    grid-template-columns: 1fr;
    row-gap: 56px;
    width: calc(100% - 100px);
    margin-left: 100px;
  }

  .wakatsuki-page .story-item--left .story-item__photo,
  .wakatsuki-page .story-item--left .story-item__catch {
    grid-column: auto;
  }

  .wakatsuki-page .story-item__catch {
    font-size: 40px;
  }

  .wakatsuki-page .story-item__photo {
    width: 360px;
    max-width: 100%;
  }

  /* schedule */
  .wakatsuki-page .schedule {
    padding: 120px 0 140px;
  }

  .wakatsuki-page .schedule__inner {
    width: calc(100% - 80px);
    max-width: 900px;
  }

  .wakatsuki-page .schedule__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 36px;
    row-gap: 112px;
    width: 100%;
    margin: 88px auto 0;
  }

  .wakatsuki-page .schedule-card:nth-child(1),
  .wakatsuki-page .schedule-card:nth-child(2),
  .wakatsuki-page .schedule-card:nth-child(3),
  .wakatsuki-page .schedule-card:nth-child(4),
  .wakatsuki-page .schedule-card:nth-child(5),
  .wakatsuki-page .schedule-card:nth-child(6),
  .wakatsuki-page .schedule-card:nth-child(7) {
    grid-column: auto;
    min-height: 280px;
    padding: 34px 22px 34px;
  }

  .wakatsuki-page .schedule-card h3 {
    font-size: var(--font-xl);
  }

  .wakatsuki-page .schedule-card p {
    font-size: var(--font-body);
  }

  .wakatsuki-page .schedule-card time {
    bottom: -98px;
    font-size: var(--font-xl);
  }

  .wakatsuki-page .schedule-card::before {
    right: -36px;
  }

  .wakatsuki-page .schedule-card:nth-child(2n)::before {
    right: 0;
  }

  .wakatsuki-page .schedule-competition-image {
    width: 100%;
    margin: 220px auto 0;
  }

  .wakatsuki-page .schedule-competition-image__body {
    margin-top: 56px;
  }

  .wakatsuki-page .schedule-competition-note__body {
    margin-top: 26px;
  }

    .wakatsuki-page .schedule-training-list {
    margin-top: 120px;
  }

  .wakatsuki-page .schedule-training-item {
    grid-template-columns: minmax(0, 1fr) 260px;
    column-gap: 64px;
    margin-bottom: 120px;
  }

  .wakatsuki-page .schedule-training-item__title {
    width: 270px;
    height: 38px;
    margin-bottom: 44px;
    font-size: var(--font-body);
  }

  .wakatsuki-page .schedule-training-item__body p {
    margin-bottom: 28px;
    font-size: var(--font-body);
    line-height: 1.95;
  }

  .wakatsuki-page .schedule-training-item__image {
    width: 260px;
  }

/* activity */
  .wakatsuki-page .activity {
    padding: 120px 0 140px;
  }

  .wakatsuki-page .activity__inner {
    width: calc(100% - 80px);
    max-width: 900px;
  }

  .wakatsuki-page .activity__grid {
    gap: 100px;
    margin-top: 88px;
  }

  .wakatsuki-page .activity-card,
  .wakatsuki-page .activity-card--reverse {
    grid-template-columns: 300px 1fr;
    column-gap: 72px;
    width: 100%;
  }

  .wakatsuki-page .activity-card--reverse {
    grid-template-columns: 1fr 300px;
  }

  .wakatsuki-page .activity-card__image {
    width: 300px;
  }

  .wakatsuki-page .activity-card__body {
    max-width: 500px;
    min-height: 300px;
  }

  .wakatsuki-page .activity-card h3 {
    margin-bottom: 26px;
    font-size: var(--font-xl);
  }

  .wakatsuki-page .activity-card p {
    font-size: var(--font-body);
    line-height: 1.95;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-character;
  }

  /* message */
  .wakatsuki-page .messages__gray {
    padding: 150px 0 150px;
  }

  .wakatsuki-page .messages__inner {
    width: calc(100% - 80px);
    max-width: 900px;
  }

  .wakatsuki-page .messages .black-label {
    margin-bottom: 72px;
  }

  .wakatsuki-page .message-box {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 64px 56px 68px;
    border-radius: 40px;
  }

  .wakatsuki-page .message-box article {
    margin-bottom: 44px;
  }

  .wakatsuki-page .message-note {
    gap: 14px;
    margin-top: 36px;
    font-size: var(--font-md);
  }

  .wakatsuki-page .message-note__text {
    margin: 0;
    font-size: var(--font-body);
  }

  .wakatsuki-page .message-note__mail {
    width: 60px;
    height: 50px;
  }

  .wakatsuki-page .message-note__mail-svg {
    width: 60px;
  }

  /* Footer */
  .footer__mark {
    width: min(100%, 240px);
  }

  .footer__hotlink--instagram {
    left: 24%;
    top: 47%;
    width: 26%;
    height: 50%;
  }

  .footer__hotlink--homepage {
    left: 54%;
    top: 47%;
    width: 26%;
    height: 50%;
  }
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   Mobile
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media screen and (max-width: 767px) {
  .wakatsuki-page {
    line-height: 1.75;
  }

  .wakatsuki-page .container {
    width: calc(100% - 32px);
  }

  .wakatsuki-page .section-space {
    padding: 56px 0;
  }

    /* FV */
  .wakatsuki-page .fv {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wakatsuki-page .fv__titleArea {
    min-height: 420px;
    padding: 56px 24px;
  }

  .wakatsuki-page .fv__titleSvg {
    width: 120%;
  }

  .wakatsuki-page .fv__visual {
    min-height: 560px;
  }

  .wakatsuki-page .fv__photo {
    height: 560px;
    object-fit: cover;
    object-position: center center;
  }

  .wakatsuki-page .fv__name {
    left: 24px;
    bottom: 40px;
    width: clamp(220px, 72vw, 330px);
    max-width: calc(100% - 48px);
  }

  .wakatsuki-page .name-label {
    font-size: var(--font-md);
    padding: 5px 14px;
  }

  .wakatsuki-page .fv__profile-label {
    margin-top: 56px;
    font-size: var(--font-md);
    text-align: left;
    white-space: normal;
  }

  .wakatsuki-page .site-label {
    margin-bottom: 28px;
  }

  .wakatsuki-page .topics-space {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .wakatsuki-page .topics__inner {
    width: calc(100% - 32px);
    max-width: none;
  }

  .wakatsuki-page .topics__head::after {
    left: 0;
    right: 64px;
  }

  .wakatsuki-page .topics__title {
    width: 100%;
    max-width: none;
    font-size: 30px;
  }

  .wakatsuki-page .topics__body {
    width: 100%;
    max-width: none;
    padding: 14px 0 24px;
  }

  .wakatsuki-page .topics__body::after {
    left: 64px;
    right: 0;
  }

  .wakatsuki-page .topics__content {
    grid-template-columns: 1fr;
    row-gap: 14px;
    width: 100%;
    max-width: none;
  }

  .wakatsuki-page .topics__label {
    font-size: var(--font-md);
  }

  .wakatsuki-page .topics__item {
    grid-template-columns: 1fr;
    row-gap: 4px;
    padding: 8px 0;
    border-bottom: 1px solid #eeeeee;
  }

  .wakatsuki-page .topics__item:last-child {
    border-bottom: 0;
  }

  .wakatsuki-page .topics__category {
    width: fit-content;
    min-height: 22px;
    padding: 1px 12px;
  }

  /* 応援リンク */
  .wakatsuki-page .ouen-message {
    padding: 36px 0 56px;
  }

  .wakatsuki-page .ouen-message__inner {
    width: calc(100% - 48px);
    max-width: none;
  }

  .wakatsuki-page .ouen-message__svg {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  /* profile */
  .wakatsuki-page .profile__content {
    padding: 48px 24px;
  }

  .wakatsuki-page .profile__content h2 {
    font-size: var(--font-xl);
  }

  .wakatsuki-page .profile__content h2 span {
    display: block;
    margin-top: 4px;
    font-size: var(--font-md);
  }

  .wakatsuki-page .profile__list {
    font-size: var(--font-md);
    line-height: 1.9;
  }

  /* sponsor */
  .wakatsuki-page .records-container {
    width: calc(100% - 48px);
    max-width: none;
  }

  .wakatsuki-page .section-box-title {
    width: 180px;
    height: 34px;
    margin-bottom: 40px;
    font-size: var(--font-md);
  }

  /* sponsor */
  .wakatsuki-page .sponsor__body {
    grid-template-columns: 1fr;
    row-gap: 40px;
    width: 100%;
    margin-left: 0;
  }

  .wakatsuki-page .sponsor__copy {
    font-size: var(--font-xl);
    line-height: 1.45;
    font-weight: 900;
  }

  .wakatsuki-page .sponsor__logo {
    transform: none;
    justify-content: flex-start;
  }

  .wakatsuki-page .sponsor__logo .wakatsuki-img {
    width: 210px;
    max-width: 210px;
  }

  .wakatsuki-page .records__subheading {
    font-size: var(--font-md);
  }

  .wakatsuki-page .records__column p,
  .wakatsuki-page .past-records__item p {
    font-size: var(--font-md);
    line-height: 1.9;
  }

  .wakatsuki-page .ranking__numbers p {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
  }

  .wakatsuki-page .ranking__numbers span {
    min-width: 0;
  }

 /* story */
  .wakatsuki-page .story {
    padding: 80px 0 100px;
  }

  .wakatsuki-page .story__inner {
    width: calc(100% - 40px);
  }

  .wakatsuki-page .story__label {
    min-width: 190px;
    min-height: 32px;
    margin-bottom: 70px;
    font-size: var(--font-body);
  }

  .wakatsuki-page .story-timeline {
    padding-left: 34px;
  }

  .wakatsuki-page .story-timeline::before {
    left: 34px;
  }

  .wakatsuki-page .story-item {
    padding-bottom: 100px;
  }

  .wakatsuki-page .story-item__line {
    display: block;
    min-height: 0;
    margin-bottom: 54px;
    padding-left: 42px;
  }

  .wakatsuki-page .story-item__circle {
    left: -14px;
    top: 0.75em;
  }

  .wakatsuki-page .story-item__year {
    display: inline-block;
    margin: 0 16px 10px 0;
    font-size: var(--font-md);
  }

  .wakatsuki-page .story-item__bar {
    display: none;
  }

  .wakatsuki-page .story-item__summary {
    margin-left: 0;
  }

  .wakatsuki-page .story-item__summary p {
    font-size: var(--font-md);
    line-height: 1.7;
  }

  .wakatsuki-page .story-item__content,
  .wakatsuki-page .story-item--left .story-item__content {
    grid-template-columns: 1fr;
    row-gap: 36px;
    width: calc(100% - 42px);
    margin-left: 42px;
  }

  .wakatsuki-page .story-item__catch {
    font-size: var(--font-xl);
    line-height: 1.45;
    white-space: normal;
  }

  .wakatsuki-page .story-item__photo {
    width: 100%;
    max-width: 300px;
  }

  /* schedule */
  .wakatsuki-page .schedule {
    padding: 80px 0 100px;
  }

  .wakatsuki-page .schedule__inner {
    width: calc(100% - 48px);
    max-width: none;
  }

  .wakatsuki-page .schedule__grid {
    grid-template-columns: 1fr;
    row-gap: 104px;
    width: 100%;
    margin: 64px auto 0;
  }

  .wakatsuki-page .schedule-card:nth-child(1),
  .wakatsuki-page .schedule-card:nth-child(2),
  .wakatsuki-page .schedule-card:nth-child(3),
  .wakatsuki-page .schedule-card:nth-child(4),
  .wakatsuki-page .schedule-card:nth-child(5),
  .wakatsuki-page .schedule-card:nth-child(6),
  .wakatsuki-page .schedule-card:nth-child(7) {
    grid-column: auto;
    min-height: 0;
    padding: 30px 24px 32px;
  }

  .wakatsuki-page .schedule-card::before {
    left: 0;
    right: 0;
  }

  .wakatsuki-page .schedule-card h3 {
    min-width: 108px;
    margin-bottom: 24px;
    font-size: 23px;
  }

  .wakatsuki-page .schedule-card p {
    font-size: var(--font-md);
    line-height: 1.8;
  }

  .wakatsuki-page .schedule-card__events {
    row-gap: 14px;
  }

  .wakatsuki-page .schedule-card .schedule-card__event {
    grid-template-columns: 2.6em minmax(0, 1fr);
    column-gap: 0.1em;
    font-size: var(--font-md);
    line-height: 1.8;
  }
  .wakatsuki-page .schedule-card time {
    bottom: -88px;
    font-size: var(--font-xl);
  }

  .wakatsuki-page .schedule-competition-image {
    width: 100%;
    margin: 180px auto 0;
  }

  .wakatsuki-page .schedule-competition-image__body {
    margin-top: 40px;
  }

  .wakatsuki-page .schedule-competition-note__body {
    margin-top: 22px;
  }

    .wakatsuki-page .schedule-training-list {
    margin-top: 90px;
  }

  .wakatsuki-page .schedule-training-item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 34px;
    margin-bottom: 90px;
  }

  .wakatsuki-page .schedule-training-item__title {
    width: 100%;
    max-width: 260px;
    height: 36px;
    margin-bottom: 28px;
    font-size: var(--font-md);
  }

  .wakatsuki-page .schedule-training-item__body p {
    margin-bottom: 22px;
    font-size: var(--font-md);
    line-height: 1.9;
  }

  .wakatsuki-page .schedule-training-item__image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  
  /* activity */
  .wakatsuki-page .activity {
    padding: 80px 0 100px;
  }

  .wakatsuki-page .activity__inner {
    width: calc(100% - 48px);
    max-width: none;
  }

  .wakatsuki-page .activity__grid {
    gap: 80px;
    margin-top: 64px;
  }

  .wakatsuki-page .activity-card,
  .wakatsuki-page .activity-card--reverse {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 32px;
    width: 100%;
  }

  .wakatsuki-page .activity-card--reverse .activity-card__image,
  .wakatsuki-page .activity-card--reverse .activity-card__body {
    grid-column: auto;
    grid-row: auto;
  }

  .wakatsuki-page .activity-card__image {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .wakatsuki-page .activity-card__body {
    max-width: none;
    min-height: 0;
  }

  .wakatsuki-page .activity-card h3 {
    margin-bottom: 20px;
    font-size: var(--font-lg);
    text-align: center;
  }

  .wakatsuki-page .activity-card p {
    font-size: var(--font-md);
    line-height: 1.9;
    text-align: left;
    text-align-last: auto;
  }

  /* message */
  .wakatsuki-page .messages__gray {
    padding: 96px 0 96px;
  }

  .wakatsuki-page .messages__inner {
    width: calc(100% - 48px);
  }

  .wakatsuki-page .messages .black-label {
    min-width: 180px;
    min-height: 34px;
    margin-bottom: 48px;
    font-size: var(--font-md);
  }

  .wakatsuki-page .message-box {
    width: 100%;
    max-width: none;
    padding: 36px 22px 40px;
    border-radius: 28px;
  }

  .wakatsuki-page .message-box article {
    display: block;
    margin-bottom: 34px;
  }

  .wakatsuki-page .message-box h3,
  .wakatsuki-page .message-box p,
  .wakatsuki-page .message-box time {
    font-size: var(--font-lg);
    line-height: 1.75;
  }

  .wakatsuki-page .message-box time {
    display: inline-block;
    margin-top: 4px;
  }

  .wakatsuki-page .message-note {
    flex-direction: column;
    gap: 10px;
    margin-top: 32px;
  }

  .wakatsuki-page .message-note__text {
    margin: 0;
    font-size: var(--font-body);
  }

  .wakatsuki-page .message-note__mail {
    width: 56px;
    height: 46px;
  }

  .wakatsuki-page .message-note__mail-svg {
    width: 56px;
  }

  /* Footer */
   .wakatsuki-page .footer {
    padding: 120px 20px 96px;
    background: var(--white);
  }

  .wakatsuki-page .footer__mark {
    width: 340px;
    max-width: 56vw;
  }

  .wakatsuki-page .page-top-link {
    width: calc(100% - 80px);
    max-width: 900px;
    margin-top: 110px;
    text-align: right;
  }

  .wakatsuki-page .page-top-link__anchor {
    font-size: var(--font-xl);
  }
}

@media screen and (max-width: 767px) {
  .wakatsuki-page .footer {
    padding: 96px 20px 72px;
    background: var(--white);
  }

  .wakatsuki-page .footer__mark {
    width: 240px;
    max-width: 68vw;
  }

  .wakatsuki-page .footer__hotlinks {
    left: 10%;
    right: 10%;
    bottom: 4%;
    height: 42%;
    column-gap: 8%;
  }

  .wakatsuki-page .page-top-link {
    width: calc(100% - 48px);
    margin-top: 84px;
    text-align: right;
  }

  .wakatsuki-page .page-top-link__anchor {
    font-size: var(--font-body);
  }
}

/* =========================================================
   Photo border reset
   写真まわりの黒枠・疑似要素・余計な線を消す
   ========================================================= */

.wakatsuki-page .fv__visual,
.wakatsuki-page .split__image,
.wakatsuki-page .profile__image,
.wakatsuki-page .activity-card__image,
.wakatsuki-page .story-item__photo,
.wakatsuki-page figure {
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
}

.wakatsuki-page .fv__visual::before,
.wakatsuki-page .fv__visual::after,
.wakatsuki-page .split__image::before,
.wakatsuki-page .split__image::after,
.wakatsuki-page .profile__image::before,
.wakatsuki-page .profile__image::after,
.wakatsuki-page .activity-card__image::before,
.wakatsuki-page .activity-card__image::after,
.wakatsuki-page .story-item__photo::before,
.wakatsuki-page .story-item__photo::after {
  content: none;
  display: none;
}

.wakatsuki-page .fv__photo,
.wakatsuki-page .split__image img,
.wakatsuki-page .split__image .wakatsuki-img-cover,
.wakatsuki-page .profile__image img,
.wakatsuki-page .profile__image .wakatsuki-img-cover,
.wakatsuki-page .activity-card__image img,
.wakatsuki-page .activity-card__image .wakatsuki-img-cover,
.wakatsuki-page .story-item__photo img,
.wakatsuki-page .story-item__photo .wakatsuki-img-cover {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
}

/* 市松レイアウトの境目はgapだけゼロにして、写真や黒背景は重ねない */
.wakatsuki-page .fv,
.wakatsuki-page .split,
.wakatsuki-page .profile__layout {
  gap: 0;
  column-gap: 0;
  row-gap: 0;
}

/* =========================================================
   Image edge crop
   写真の端に出る黒枠・グレー線を画像ごと1px外へ逃がす
   ========================================================= */

.wakatsuki-page .fv__visual,
.wakatsuki-page .split__image,
.wakatsuki-page .profile__image,
.wakatsuki-page .activity-card__image,
.wakatsuki-page .story-item__photo {
  overflow: hidden;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.wakatsuki-page .fv__photo,
.wakatsuki-page .split__image img,
.wakatsuki-page .split__image .wakatsuki-img-cover,
.wakatsuki-page .profile__image img,
.wakatsuki-page .profile__image .wakatsuki-img-cover,
.wakatsuki-page .activity-card__image img,
.wakatsuki-page .activity-card__image .wakatsuki-img-cover,
.wakatsuki-page .story-item__photo img,
.wakatsuki-page .story-item__photo .wakatsuki-img-cover {
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  max-width: none;
  margin: -1px;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  object-fit: cover;
}

