@charset "utf-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
common
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
:root {
  --primary-navy: #01234f;
  --primary-dark_brown: #59554d;
  --primary-light_brown: #8e6e49;
  --primary-darkgray: #595959;
  --background-main_color: #f3f2ec;
  --background-sub_color: #fbfbfb;
  --primary-light_navy: #3d4e75;
  --primary-lightgray: #e0e0dc;
  --primary-black: #0d0d0d;
  --primary-orange: #d86c00;
  --primary-red: #8c0410;
  --contentWidth: 92%;
  --contentPadding: 4%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Source Serif 4", serif;
  font-style: normal;
  color: var(--primary-black);
  background-color: var(--background-main_color);
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
}

.p-index__title {
  color: var(--primary-navy);
  text-align: center;
  font-family: "Source Serif 4";
  font-size: 4rem;
  font-weight: 700;
  margin: 0 auto;
}
.p-index_Profile_title {
  color: var(--primary-color, #01234f);
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
.Training-banner-Img::after {
  content: "";
  background-image: url(//assets/image/training-banner-typo.png);
  width: 181.913px;
  height: 33.306px;
  transform: rotate(89.919deg);
}
/* common px */
@media screen and (min-width: 679px) {
  .p-index__title {
    font-size: 6rem;
  }
}
body.is-fixed {
  height: 100vh;
  overflow: hidden;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
header
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.header {
  padding: 0 5.2% 0 5.2%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__topic img {
  margin-top: 10px;
  width: 150px;
  height: auto;
}
.nav_logo_white {
  margin-top: 10px;
  width: 150px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .header {
    margin: 0 auto;
    padding: 0 0 20px 30px;
    height: auto;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.nav初期表示
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.nav {
  background-color: var(--primary-navy);
  width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.4s;
}
.nav__header {
  padding: 0 5.2% 0 5.2%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-gnav {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.nav__list {
  margin-top: 29px;
  gap: 35px;
}
.nav__item {
  color: var(--background-sub_color);
  font-family: "noto sans jp";
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}
.cta-l {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px 5px 40px;
  width: 184px;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  background-color: #bf9324;
  border-radius: 40px;
}
.cta-l::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fbfbfb;
  border-right: 2px solid #fbfbfb;
  transform: rotate(45deg);
}
.cta-a {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px 5px 40px;
  width: 184px;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  background-color: #c80101;
  border-radius: 40px;
}
.cta-a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fbfbfb;
  border-right: 2px solid #fbfbfb;
  transform: rotate(45deg);
}
.S-Limit_logo_nav {
  width: 183px;
  height: 34px;
}
/* .nav.active表示 */
.nav.active {
  transform: translateX(0);
}
@media screen and (min-width: 769px) {
  .header__topic img {
    width: 300px;
    height: 52px;
    margin-top: 20px;
  }
  .nav__header {
    display: none;
  }
  .nav {
    background: transparent;
    width: auto;
    height: auto;
    position: static;
    transform: translateX(0);
  }
  .nav__item {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 0 0 0 15px;
  }

  .nav__list {
    display: flex;
    align-items: center;
    margin-top: 0;
    background-color: var(--primary-navy);
    border-radius: 0 0 0 15px;
    padding: 20px 30px 20px 30px;
  }
  .cta-l {
    display: none;
  }
  .cta-a {
    display: block;
    margin-top: 0;
    padding: 5px 15px;
    width: 130px;
    border-radius: 15px;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .cta-a::after {
    content: none;
  }
  .S-Limit_menu-nav {
    display: none;
  }
  .header__btn {
    display: none;
  }
}
/* =========================
S-Limit_menu-nav（ナビ内ブランドリンク）
========================= */
.S-Limit_menu-nav {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.S-Limit_logo_menu-nav {
  width: 183px;
  height: 34px;
  display: block;
  margin: 0 auto 20px;
}

.cta_link-list-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

.cta_link-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* ← space-between をやめる */
  gap: 20px; /* テキストとアイコンの間隔を固定 */
  background-color: var(--background-sub_color);
  color: #595959;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  width: 220px;
  height: 50px;
  border-radius: 4px;
}

.cta_link-menu a {
  display: block;
  text-align: left; /* ← 中身を左揃え */
  color: inherit;
  text-decoration: none;
  flex: 1; /* ← テキスト部分を幅いっぱいにして整列 */
}

.cta_link-menu span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 3px;
}
.cta_link-menu.athlete_c-menu {
  font-size: 1rem;
}

.c-icon img {
  width: 24px;
  height: 24px;
}

/* =========================
   新フッター（SPベース）
========================= */

.site-footer {
  background-color: #01234f; /* ネイビー */
  color: #ffffff;
  font-size: 1.2rem;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer a:hover {
  opacity: 0.85;
}

/* 上段：ロゴ＋ナビ＋右側（SPは縦並び） */
.site-footer__inner {
  padding: 24px 6% 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative; /* 右上固定の基準 */
}

/* 左：ロゴ＋コピーライト（SP） */
.site-footer__brand {
  max-width: 260px;
}

.site-footer__logo img {
  display: block;
  width: 85px;
  height: auto;
  margin-bottom: 12px;
}

.site-footer__address {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
}

/* 中：ナビ（SPは縦並び） */
.site-footer__nav {
  margin-left: 0;
  margin-top: 24px;
  width: 100%;
}

.site-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 50px;
  row-gap: 12px;
  justify-content: flex-start;
}

.site-footer__nav-item a {
  font-family: "noto sans jp";
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* 右：SNS＋PAGE TOP（SPは右上固定） */
.site-footer__right {
  position: absolute;
  top: 32px;
  right: 6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.site-footer__sns img {
  display: block;
  width: 24px;
  height: 24px;
}

/* PAGE TOP（SP） */
.site-footer__pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.site-footer__pagetop-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
}

.site-footer__pagetop-line {
  display: block;
  width: 1px;
  height: 50px;
  background-color: #ffffff;
}

/* 下段：コピーライト＆リンク（SP） */
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding: 8px 6% 14px;
}

.site-footer__note {
  margin: 0;
  font-size: 1.1rem;
}

.site-footer__note-sep {
  margin: 0 4px;
}

/* =========================
   768px以上（タブレット〜PC共通）
   ロゴ左／メニュー右寄せレイアウト
========================= */
@media (min-width: 768px) {
  .site-footer__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 32px 5% 28px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; /* ★ ロゴと「メニュー＋右カラム」を左右に分ける */
  }

  .site-footer__brand {
    margin-right: 32px;
  }

  .site-footer__logo img {
    width: 95px;
    margin-bottom: 16px;
  }

  .site-footer__address {
    font-size: 1.3rem;
  }

  /* 中央〜右を埋めるエリア */
  .site-footer__nav {
    flex: 1; /* ★ ロゴの右側を全部ここが受け持つ */
    margin-left: 0;
    margin-top: 4px;
    padding-right: 40px; /* メニューとインスタの距離（お好みで調整） */
    width: auto;
  }

  /* メニューを“右揃え”にする */
  .site-footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    justify-content: flex-end; /* ★ ここが一番大事：右寄せ */
  }

  .site-footer__nav-item a {
    font-size: 1.8rem;
  }

  /* 右端：インスタ + PAGE TOP */
  .site-footer__right {
    position: static;
    margin-left: 0; /* nav が flex:1 なので自動で右端側に寄る */
    margin-top: 0;
    gap: 18px;
  }

  .site-footer__pagetop-line {
    height: 70px;
  }

  .site-footer__bottom {
    max-width: 1440px;
    margin: 0 auto;
    padding: 8px 5% 12px;
  }

  .site-footer__pagetop-text {
    font-size: 1.5rem;
  }
}
.site-footer__bottom {
  background-color: #000000;
  text-align: center;
  padding: 6px 4% 8px;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}

.site-footer__copy-text {
  margin: 0;
  font-size: 1.3rem;
  color: #f3f3f3;
}

@media (min-width: 768px) {
  .site-footer__copy-text {
    font-size: 1.2rem;
  }
}
