@charset "UTF-8";

/*
Theme Name: TreeDigitalStudio VFX
Theme URI:
Description: WordPressテーマ「BASIC+TreeDigitalStudio VFX」
Author: DBJP
Author URI: https://designbridge-jp.com
Version: 1.0
*/

/* =========================================================
  OTHER PAGE COMMON
========================================================= */

/* ===== Header ===== */
.page_nav {
  background-color: #fff;
}

#top-header.page_nav .logo {
  margin: 17.5px 0 0 30px;
  width: 302px;
  height: 38px;
}

#top-header #nav_toggle span {
  background: #000;
}

/* ===== Page Hero ===== */
.title-page-header {
  display: table;
  width: 100%;
  height: 60vh;
  background-position: center center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%);
}

.page-title-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  padding-left: 7vw;
}

.page-title {
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

.page-subtitle {
  width: 90%;
  max-width: 1080px;
  margin: 60px auto;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}

/* ===== Utility (page vars) ===== */
.main-color {
  color: var(--page_main_color);
}

.sub-color1 {
  color: var(--page_sub_color1);
}

/* typo fix: ub-color2 -> sub-color2 */
.sub-color2 {
  color: var(--page_sub_color2);
}

/* ===== Common link style (page) ===== */
.news-more-link {
  color: var(--page_main_color);
}

.news-more-link::after {
  background: var(--page_main_color);
}

.news-more-arrow {
  border-top: 0.14em solid var(--page_main_color);
}

/* =========================================================
  NEWS PART
========================================================= */
.page-innernews {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.news-panel {
  display: block;
  padding: 20px 0 0;
  background: #fff !important;
}

.page-innermaintitle {
  width: 100%;
  max-width: 1080px;
  text-align: left;
  font-size: 4.379rem;
  font-weight: 900;
  line-height: 1;
  color: var(--page_main_color);
}

/* =========================================================
  SCHEDULE PART
========================================================= */
.page-innerschedule {
  width: 100%;
  max-width: 1080px;
  margin: 95px auto;
}

.page-innerschedule .page-innermaintitle {
  text-align: right;
}

.page-innerschedule .page-innersubtitle {
  text-align: right;
}

.page-innernote{
  font-weight: 600;
  margin-top: 5px;
  text-align: right;
  font-size: 0.9rem;
}

/* ===== Contents wrapper ===== */
.page-contentents-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 5vw auto 7vw;
  overflow: hidden;
}

/* ===== Schedule list ===== */
.schedule-list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.schedule-item {
  display: grid;
  grid-template-columns: 135px 1fr;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.6);
  justify-content: space-between;
}

.schedule-date {
  font-size: 1.125rem;
  font-weight: 700;
}

.schedule-detail {
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.8fr;
  align-items: center;
}

.schedule-detail.schedule-3col{
  grid-template-columns: 1fr 120px;
}

.schedule-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-break: break-word;
}

.schedule-link-wrapper {
  display: flex;
  gap: 77px;
  margin-right: 0px;
  justify-content: flex-start;
}

/* =========================================================
  INNER / ABOUT
========================================================= */
.inner-wrap {
  width: 90%;
  max-width: 1200px;
  padding: 20px 10px;
  margin: 0 auto;
}

.about-sf {
  max-width: var(--max);
  margin: 0 auto;
  background: #fff;
  padding: 0;
}

/* ===== About images ===== */
.sf-photo {
  margin: 0;
  overflow: hidden;
  background: #ddd;
}

.sf-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

/* ===== Hero ===== */
.sf-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
  position: relative;
  background-color: var(--page_main_color);
}

.sf-hero__left {
  background: var(--page_main_color);
  color: #fff;
  padding: 0 0 34px 2vw;
  min-height: 400px;
}

.sf-hero__title {
  margin: 0;
  line-height: 0.95;
  font-weight: 900;
  text-align: left;
  font-size: 4.379rem;
}

.sf-hero__title--small {
  display: block;
  color: var(--page_main_color);
  padding: 0 0 0 2vw;
}

.sf-hero__title--big {
  display: block;
  color: #fff;
}

.sf-hero__text-wrapper {
  margin: 38px 0 0 25%;
  width: 75%;
}

.normal__text {
  font-size: 1rem;
  line-height: 2.05;
  font-weight: 600;
  text-align: left;
}

.sf-hero__right {
  padding: 0;
}

.sf-photo--hero {
  height: 400px;
  margin-top: -4.49rem;
  margin-left: 5vw;
}

/* ===== Mid ===== */
.sf-mid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: stretch;
  position: relative;
  background-color: var(--page_main_color);
  z-index: 10;
  padding-top: 50px;
}

.sf-mid2 {
  background: #fff;
}

/* baseball page mid wrapper */
.bb-mid {
  background: none;
  max-width: 1080px;
  margin: 50px auto 0;
  grid-template-columns: 0.8fr 1fr;
}

.sf-photo--mid {
  height: 400px;
  position: relative;
  z-index: 10;
  margin-bottom: -7.2rem;
  margin-right: 5vw;
}

#profile .sf-photo--mid {
  height: auto;
}

#bb-profile .sf-photo--mid {
  height: 600px;
  margin-right: 3vw;
}

.sf-photo--mid2 {
  display: none;
}

.sf-mid__text-wrapper {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 26px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 25% 0 0;
  width: 75%;
}

#profile .sf-mid__text-wrapper,
#bb-profile .sf-mid__text-wrapper {
  color: #000;
  margin-top: 0;
  padding: 0;
  width: 90%;
  justify-content: start;
  margin: 0 auto;
}

.space-polygon {
  background-color: var(--page_main_color);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 9vw));
  margin: -30px 0 0;
  height: 136px;
  position: relative;
  z-index: 5;
}

/* ===== Bottom ===== */
.sf-bottom {
  padding-top: calc(4.49rem + 200px);
  padding-bottom: 9vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
  position: relative;
  margin-top: -150px;
  background: var(--aboutus_back);
  background-size: cover;
  background-position: center bottom;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 9vw));
  z-index: 0;
}

.sf-bottom__left {
  padding: 0 0 34px 2vw;
}

.sf-photo--bottom {
  height: 550px;
}

.sf-note__text-wrapper {
  margin: 0 0 0 25%;
  width: 75%;
}

.sf-team {
  margin: 30px 0 0 25%;
  width: 75%;
}

.sf-team__title {
  margin: 0 0 12px;
  color: var(--page_main_color);
  font-size: 2.2rem;
  font-weight: 900;
  text-align: left;
}

.sf-team__list {
  margin: 0;
  padding: 0;
}

.sf-player__list {
  margin-top: 15px;
}

.sf-team__row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 10px;
}

.sf-player__list .sf-team__row {
  grid-template-columns: 100px 1fr;
}

.stats__list .sf-team__row {
    grid-template-columns: 70px 1fr;
}

.sf-name__text-wrapper {
  color: var(--page_main_color);
  display: flex;
  gap: 18px;
  justify-content: start;
  align-items: flex-start;
  line-height: 1;
}

.sf-player__title {
  margin: 0 0 12px;
  color: var(--page_main_color);
  font-size: 5.95rem;
  font-weight: 900;
  text-align: left;
  line-height: 1;
}

.sf-player__title2 {
  text-align: right;
  margin-top: 3rem;
}

.sf-name-no__text {
  font-size: 1.3rem;
  font-weight: 900;
}

.sf-name__text {
  font-size: 1.88rem;
  font-weight: 900;
}

.sf-name__text span {
  font-size: 1rem;
  margin-left: 18px;
  font-weight: 900;
}

/* =========================================================
  GALLERY / INSTAGRAM
========================================================= */
#page_gallery {
  margin: 130px auto 0;
}

#page_gallery .main-title {
  text-align: right;
}

#page_instagram {
  margin: 130px auto 0;
}

/* =========================================================
  BASEBALL PLAYERS LIST + MODAL
========================================================= */
.bb-players {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0 0;
  background: #eeeeee;
}

.bb-players__section {
  margin: 0;
  padding-bottom: 34px;
}

.bb-players__title {
  font-weight: 900;
  font-size: 2.5rem;
  text-align: left;
  margin: 0 0 12px;
}

.bb-players__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.bb-card {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.bb-card__img {
  position: relative;
  aspect-ratio: 3 / 4.3;
  overflow: hidden;
}

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

.bb-card__role {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
  font-weight: 800;
  padding: 9px 6px;
  background: var(--page_main_color);
  color: #fff;
  width: 90px;
  line-height: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.bb-card__meta {
  padding-top: 6px;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  bottom: 0;
  background: rgb(47 47 47 / 92%);
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.bb-card__num {
  font-weight: 900;
  font-size: 1.29rem;
  color: var(--page_main_color);
}

.bb-card__name-wrapper{
  
}
.bb-card__name {
    font-weight: 900;
    font-size: 1.3rem;
    text-align: right;
    letter-spacing: -0.1rem;
}

.bb-card__en {
  font-weight: 900;
  font-size: 1rem;
  color: var(--page_main_color);
}

/* ===== Modal ===== */
.player-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  top: 90px;
}

.player-modal.is-open {
  display: block;
}

.player-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.player-modal__dialog {
  position: absolute;
  inset: 5vh 5vw;
  background: #fff;
  overflow: auto;
  max-width: 750px;
  margin: 0 auto;
}

.player-modal__close {
  position: absolute;
  top: 0;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 55px;
  cursor: pointer;
  z-index: 2;
}

.player-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgb(220 50 41 / 37%);
  color: #fff;
  width: 40px;
  height: 60px;
  cursor: pointer;
  z-index: 10;
  font-size: 30px;
}

.player-modal__prev {
  left: 0;
}

.player-modal__next {
  right: 0;
}

.player-modal__content {
  padding: 24px 24px;
  background-color: #dcdcdc;
}

.bb-wrapper{
  background: #eeeeee;
  padding: 50px 0 170px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 9vw));
}
body.is-modal-open {
  overflow: hidden;
}

/* ===== Player popup (scoped) ===== */
    .player-popup{
      background:#dcdcdc;
      padding: 18px;
      background-image: url(img/popup_back.png);
      background-size: contain;
      background-position: top center;
      background-repeat: no-repeat;
    }
    .player-popup__hero{
      position: relative;
      padding: 0 26px 10px;
      min-height: 430px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .player-popup__watermark{
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 45% 40%, rgba(255,255,255,.35), transparent 55%);
      opacity:.9;
      pointer-events:none;
    }

    .player-popup__heroLeft{
      position: relative;
      z-index: 2;
      max-width: 50%;
      text-shadow: 2px 2px 7px #8f8f8f;
    }
    .player-popup__pos{
      font-weight: 900;
      color: #DC3229;
      margin-bottom: 30px;
      font-size: 1.3rem;
    }
    .player-popup__name{
      margin: 0;
      font-size: 56px;
      line-height: 1.05;
      font-weight: 900;
      color:#DC3229;
    }
    .player-popup__en{
      margin-top: 6px;
      font-weight: 800;
      color:#DC3229;
      opacity:.9;
      letter-spacing:.03em;
    }
    .player-popup__num{
      margin-top: 12px;
      font-size: 34px;
      font-weight: 900;
      color:#DC3229;
    }

    .player-popup__heroRight{
      position: absolute;
      right: 0;
      top: 0;
      width: 50%;
      z-index: 2;
      display:flex;
      align-items:flex-start;
      justify-content:flex-end;
    }
    .player-popup__img{
      width: 100%;
      height: auto;
      max-height: 100%;
      object-fit: contain;
      display:block;
	  aspect-ratio: 454 / 569;
    }

    .player-popup__sectionTitle{
      font-weight: 900;
      color: #DC3229;
      display: flex;
      align-items: baseline;
      gap: 14px;
      margin-top: -72px;
      text-shadow: 2px 2px 7px #8f8f8f;
      line-height: 1.8;
    }
    .player-popup__sectionTitleEn{
      font-size: 28px;
      letter-spacing:.06em;
    }
    .player-popup__sectionTitleJp{
      font-size: 16px;
      letter-spacing:.04em;
    }

    .player-popup__card{
      background:#fff;
      padding: 18px 18px;
      box-shadow: 0 2px 6px rgba(0,0,0,.10);
    }
    .player-popup__dl{
      margin:0;
    }
    .player-popup__row{
      display:grid;
      grid-template-columns: 160px 1fr;
      gap: 18px;
      padding: 14px 0;
      border-bottom: 1px solid rgba(0,0,0,.25);
      align-items: start;
    }
    .player-popup__row dt{
      font-weight: 800;
      color:#111;
    }
    .player-popup__row dd{
      margin:0;
      color:#111;
      font-weight: 600;
      line-height: 1.8;
      text-align: left;
    }
    .player-popup__row--comment dd{
      font-weight: 600;
    }
    .player-popup__row--comment p{
      font-weight: 600;
    }
    .player-popup__row:last-child{
      border-bottom: none;
    }

    @media (max-width: 900px){
      .player-modal__content {
        padding: 10px 10px;
        background-color: #dcdcdc;
      }
      .player-popup__hero{
        padding: 0;
        min-height: auto;
      }
      
      .player-popup__heroRight{
        position: static;
        width: 100%;
        height: auto;
        margin-top: 10px;
      }
      .player-popup__heroLeft{
        max-width: 100%;
      }
      .player-popup__pos {
        margin-bottom: 10px;
        font-size: 1.2rem;
      }
      .player-popup__name{
        font-size: 2.4rem;
      }
      .player-popup__en {
        margin-top: 0;
       }
      .player-popup__num{
        font-size: 1.8rem;
        line-height: 1.2;
      }
      .player-popup__sectionTitle {
          color: #fff;
          gap: 14px;
          text-shadow: none;
          line-height: 1.8;
          background: var(--page_main_color);
          padding: 0;
          justify-content: center;
          margin-top: 0;
      }
      .player-popup__sectionTitleEn {
        font-size: 1.4rem;
        letter-spacing: .06em;
      }
      .player-popup__sectionTitleJp {
        font-size: 0.8rem;
      }
      .player-popup__row{
        grid-template-columns: 83px 1fr;
        gap: 16px;
        text-align: left;
      }
    }

/* =========================
   GOLF PAGE
========================= */
.golf-playerGrid{
  width: 100%;
  margin: 140px auto 0;
}

.golf-playerGrid__inner{
  overflow: hidden;
}

.golf-playerCard{
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 280px;
  clip-path: polygon(0 0, 100% 7vw, 100% 100%, 0 calc(100% - 7vw));
}

.golf-playerCard.is-panel-right{
  margin-top: -7vw;
}

/* 写真 */
.golf-playerCard__photo{
  margin: 0;
  overflow: hidden;
  height: 800px;
}
.golf-playerCard__photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: 50% 34%;
}

/* 黒パネル */
.golf-playerCard__panel{
  background: #2f2f2f;
  color: #fff;
  display: flex;
  align-items: center;
}
.golf-playerCard__meta{
  padding: 0;
  width: auto;
  text-align: left;
}

.golf-playerCard.is-panel-left .golf-playerCard__panel .golf-playerCard__meta{
  margin: 0 80px 0 auto;
}

.golf-playerCard.is-panel-right .golf-playerCard__panel .golf-playerCard__meta{
  margin: 0 auto 0 80px;
}

.golf-playerCard__name{
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}
.golf-playerCard__name-ja{
  font-weight: 900;
  color: var(--page_sub_color2);
  font-size: 1.88rem;
}
.golf-playerCard__name-en{
  font-weight: 900;
  color: var(--page_sub_color2);
  font-size: 1rem;
}

/* DL */
.golf-playerCard__dl{
  margin: 0;
  display: grid;
  gap: 6px;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.golf-playerCard__row{
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
}
.golf-playerCard__row dt{
  font-weight: 800;
}
.golf-playerCard__row dd{
  margin: 0;
  font-weight: 700;
}

/* View More（赤＋下線矢印） */
.golf-more-link{
  color: var(--page_sub_color2);
  font-size: 1.3rem;
}

.golf-more-link .news-more-arrow{
  border-top: 0.16em solid var(--page_sub_color2);
  left: 192px;
}
.golf-more-link::after{
  background: var(--page_sub_color2);
  width: 204px;
}

.golf-more-link:hover::after{
  width: 224px;
}

.golf-playerCard__more_wrapper {
  justify-self: start;
}
.golf-playerCard__more{
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: var(--page_sub_color2);
  text-decoration: none;
  transition: transform .3s ease, opacity .3s ease;
  text-align: left;
  font-size: 1.3rem;
}

.golf-playerCard__arrow{
    position: absolute;
    bottom: -4px;
    left: 107px;
    width: 12px;
    height: 12px;
    border-top: 0.14em solid var(--page_sub_color2);
    transform: rotate(45deg);
    transition: transform .3s ease;
}
.golf-playerCard__arrow::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 120px;
    height: 0.14em;
    background: var(--page_sub_color2);
    transition: transform .3s ease, width .3s ease;
}

/* hover */
.golf-playerCard__more:hover{
  opacity: .8;
  transform: translateX(6px);
  transition: .25s ease;
}

/* 交互配置（任意：クラスで制御。HTML順でもOK） */
.golf-playerCard.is-panel-left .golf-playerCard__panel{ order: 1; }
.golf-playerCard.is-panel-left .golf-playerCard__photo{ order: 2; }

.golf-playerCard.is-panel-right .golf-playerCard__photo{ order: 1; }
.golf-playerCard.is-panel-right .golf-playerCard__panel{ order: 2; }


/* =========================================================
  GOLF SINGLE
========================================================= */
#player-golf .page-innernews{
  margin-top: 150px;
}
#player-golf .page-title-wrapper{
  padding-top: 40px;
}
.pagetitle_player_name{
  font-size: 2.6rem;
}
.pagetitle_player_name_en{
    font-size: 1.26rem;
    margin-left: 13px;
}

.golf-result{
    width: 120px;
}

.golf-result.result-undecided{
    background-color: var(--page_main_color);
    color: #fff;
    display: block;
    border-radius: 9999px;
    font-weight: 900;  
}

.golf-result.result-planned{
    background-color: var(--page_sub_color1);
    color: #fff;
    display: block;
    border-radius: 9999px;
    font-weight: 900;  
}

.golf-result.result-custom{
    background-color: var(--page_sub_color2);
    color: #fff;
    display: block;
    border-radius: 9999px;
    font-weight: 900;  
}

.golf-profile-block{
  width: 100%;
  margin: 60px auto 0;
}

/* 上段：画像＋メタ */
.golf-profile-block__grid{
  display: grid;
  grid-template-columns: 550px 1fr;
  gap: 0;
}

/* 左画像 */
.golf-profile-block__photo{
  background: #dcdcdc;
  min-height: 360px;
  max-width: 550px;
}
.golf-profile-block__photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 右メタ背景 */
.golf-profile-block__meta{
  background: #2f2f2f;
  color: #fff;
  padding: 200px 70px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 200px;
}

/* 名前 */
.golf-profile-block__name{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 23px;
  line-height: 1;
}
.golf-profile-block__name-ja{
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: .02em;
  text-align: left;
}
.golf-profile-block__name-en{
  margin-top: 4px;
  font-weight: 700;
  font-size: 1.1rem;
}

/* 右側のDL */
.golf-profile-block__dl{
  margin: 34px 0 0;
  text-align: left;
}
.golf-profile-block__row{
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 55px;
  padding: 6px 0;
  line-height: 1.2;
  align-items: center;
}
.golf-profile-block__row dt{
  font-weight: 700;
  font-size: 1.12rem;
}
.golf-profile-block__row dd{
  margin: 0;
  font-weight: 600;
  font-size: 1.12rem;
  line-height: 1.6;
}

/* 下段：斜め黒帯 */
.golf-profile-block__body{
  background: #2f2f2f;
  color: #fff;
  margin-top: -1px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9vw), 0 100%);
  padding: 34px 0 calc(9vw + 30px);
}
.golf-profile-block__body-inner{
  max-width: 1280px;
  margin: 0 2vw 0 auto;
  padding: 0 28px;
  text-align: left;
}

/* 見出し（大きいProfile） */
.golf-profile-block__headline{
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 16px;
  margin: 30px 0 15px;
  line-height: 1;
}
.golf-profile-block__headline-en{
  font-size: 5.95rem;
  font-weight: 900;
}

/* 本文 */
.golf-profile-block__content{
  font-size:  1rem;
  line-height: 2.0;
  font-weight: 600;
  max-width: 1280px;
}

/* WPのthe_content内の余白調整 */
.golf-profile-block__content p{
  margin: 0;
  font-weight: 700;
}

#player-golf .page-innerschedule .page-innersubtitle{
  font-size: 1.5rem;
}

.golf-stats{
  width: 100%;
  margin: 70px auto 0;
  background: var(--page_sub_color2);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9vw), 0 100%);
  padding: 0 0 5vw;
}

.golf-stats__inner{
  display: grid;
  grid-template-columns: 1fr  550px;
  overflow: hidden;
}

/* Left */
.space-control{
  background: #fff;
  height: 150px;
}
.golf-stats__left{
  color: #fff;
  padding: 0;
}

.golf-stats__title{
  margin: 0 0 22px;
  font-size: 5.95rem;
  font-weight: 900;
  line-height: 1;
  padding: 80px 10vw 0;
  padding-left: clamp(20px, 6vw, 110px);
}

.golf-stats__list{
  display: grid;
  gap: 14px;
  padding: 0 50px 0;
  padding-left: clamp(20px, 6vw, 110px);
}

/* 1行：年＋内容 */
.golf-stats__row{
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  align-items: start;
}

.golf-stats__year{
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: .06em;
  opacity: .95;
  white-space: nowrap;
}

.golf-stats__desc{
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 700;
  opacity: .98;
}

/* Right */
.golf-stats__right{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0;
  align-self: start;
}

.golf-stats__right img{
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  display: block;
}

.golf-stats-photo {
    display: none;
}

/* =========================================================
  RESPONSIVE
========================================================= */

/* ===== Tablet ===== */
@media (max-width: 1200px) {
  #top-header #nav_toggle {
    padding: calc(70 / 570 * 16vw) calc(70 / 570 * 12vw);
  }

  #top-header.m_fixed #nav_toggle {
    display: block;
  }

  .page-innernews,
  .page-innerschedule {
    width: 90%;
  }

  .page-contentents-wrapper {
    padding: 0 5%;
  }

  /*.schedule-link-wrapper {
    gap: 20px;
  }

  .news-more-arrow {
    left: 67px;
  }*/


  .sf-hero__left {
    padding-left: 20px;
  }

  .sf-photo--hero {
    height: 450px;
    margin-left: 0;
  }

  .sf-hero__text-wrapper {
    margin: 38px 0 0;
    width: 100%;
    padding-left: 20px;
  }

  .sf-photo--mid {
    height: 450px;
    margin-right: 0;
  }

  .sf-mid__text-wrapper {
    width: 100%;
    margin: 30px 0;
    padding: 0 20px;
  }

  .sf-bottom__left {
    padding-left: 20px;
  }

  .sf-note__text-wrapper {
    margin: 0;
    width: 100%;
  }

  .sf-team {
    margin-left: 0;
    width: 100%;
  }

/* ===== Golf players (responsive) ===== */
  .golf-profile-block__grid {
    grid-template-columns: 400px 1fr;
  }
  .golf-profile-block__meta {
    padding: 150px 20px 0 30px;
    margin-top: 130px;
  }
  .golf-profile-block__row {
    gap: 20px;
  }
  .golf-profile-block__body-inner {
    margin: 0;
    padding: 0 30px;
  }
  .golf-stats__inner {
    grid-template-columns: 1fr 400px;
  }
/* ===== Baseball players (responsive) ===== */
  .bb-players__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===== Mobile ===== */
@media (max-width: 757px) {
  /* Header */
  #top-header.page_nav .logo {
    width: 200px;
    height: 26px;
    margin: 12px;
  }

  #top-header #nav_toggle {
    padding: calc(70 / 570 * 24vw) calc(70 / 570 * 12vw);
  }

  /* Page Hero */
  .page-title-wrapper {
    padding-left: 4vw;
  }

  .page-title {
    font-size: 3.5rem;
  }

  .page-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: left;
    margin: 60px auto 20px;
  }

  .page-innermaintitle {
    width: 100%;
    margin: 20px auto 0;
    line-height: 1.3;
    font-size: 16vw;
  }

  .news-panel {
    padding: 0;
  }

  /* Schedule */
  .page-innerschedule {
    margin: 50px auto;
  }

  .page-innersubtitle {
    font-size: 4vw;
    margin-top: 0;
    line-height: 1.3;
  }

  .schedule-item {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px 0;
  }

  .schedule-date {
    font-size: 1.125rem;
    text-align: left;
  }

  .schedule-detail {
    grid-template-columns: 1fr;
  }
  .schedule-detail.schedule-3col{
    grid-template-columns: 1fr;
  }
  
  .schedule-list {
    margin: 20px auto 0;
  }

  .schedule-title {
    font-size: 1rem;
    text-align: left;
  }

  .schedule-link-wrapper {
    gap: 40px;
  }
  .schedule-link-wrapper {
        justify-content: flex-end;
        margin-right: 20px;
        gap: 77px;
  }

  .schedule-link-wrapper .news-more .news-more-link::after {
    width: 120px;
    left: 0;
  }
  
  .schedule-detail.schedule-3col .news-more-link {
    justify-self: end;
    margin-top: 6px;
    margin-right: 40px;
  }
  
  .schedule-link-wrapper .news-more-arrow {
    width: 12px;
    left: 107px;
  }

  /* About */
  .inner-wrap {
    width: 100%;
    padding: 0;
  }

  .normal__text {
    font-size: 0.8rem;
    line-height: 1.85;
  }
	
  .sf-team__row{
	grid-template-columns: 160px 1fr;
  }

  .about-sf {
    padding: 0 0 80px;
  }

  .sf-hero {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0;
  }

  .sf-hero__title {
    font-size: 16vw;
  }

  .sf-hero__title--big {
    padding: 0 0 0 2vw;
  }

  .sf-hero__left {
    padding: 0;
    min-height: auto;
  }

  .sf-hero__text-wrapper {
    margin: 38px 20px;
    width: auto;
  }

  .sf-photo--hero {
    height: 300px;
    margin: 0;
    clip-path: polygon(0 0, 100% 7vw, 100% 100%, 0 calc(100% - 7vw));
  }

  .sf-mid {
    grid-template-columns: 1fr;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%);
    padding-top: 10px;
    margin-top: -1px;
  }

  .sf-mid2 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    margin: 20px auto;
  }
	
  .sf-photo img {
    object-position: top;
  }

  .sf-photo--mid {
    display: none;
  }

  .sf-photo--mid2 {
    display: block;
    height: 300px;
    margin: 0;
    clip-path: polygon(0 7vw, 100% 0, 100% calc(100% - 7vw), 0 100%);
  }
  
  .bb-mid .sf-photo img {
    object-position: top;
  }
  
  .bb-mid .sf-photo--mid2 {
    height: 400px;
  }

  .sf-mid__text-wrapper {
    padding: 30px 20px 0;
    margin: 0;
  }

  .sf-note__text-wrapper {
    margin: 0;
    width: 100%;
  }

  .space-polygon {
    display: none;
  }

  .sf-bottom {
    grid-template-columns: 1fr;
    margin-top: -7vw;
    padding-top: calc(7vw + 30px);
    padding-bottom: 0;
  }

  .sf-bottom__left {
    padding: 0 20px;
  }

  .sf-team {
    margin: 10px 0;
    width: 100%;
  }

  .sf-photo--bottom {
    height: 300px;
    clip-path: polygon(0 0, 100% 7vw, 100% 100%, 0 calc(100% - 7vw));
  }

  .sf-player__title {
    font-size: 16vw;
  }

  /* Gallery / Instagram */
  #page_gallery {
    margin: 0 auto;
    padding: 0 20px;
  }

  #page_gallery .main-title {
    text-align: left;
  }

  #page_instagram {
    margin: 50px auto 0;
    padding: 0 20px;
  }

  /* Baseball players */
  .bb-players__title {
    font-size: 1.5rem;
  }
  .bb-players__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .bb-players{
    padding: 0;
  }
  
  .bb-card__role {
      font-size: 0.8rem;
      padding: 5px 5px;
  }
  .bb-card__num {
    font-size: 1rem;
  }
  .bb-card__name {
    font-size: 1.1rem;
  }
  .bb-card__en {
    font-size: 0.8rem;
  }
  .bb-wrapper {
    padding: 20px 0 55px;
    margin-bottom: 40px;
  }
 
/* ===== GOLF PAGE (responsive) ===== */
  .golf-playerCard__photo{
    display: none;
  }
  .golf-playerGrid {
      margin-top: 70px;
  }
  .golf-playerGrid__inner{
    clip-path: polygon(0 7vw, 100% 0, 100% calc(100% - 7vw), 0 100%);
    background: #2f2f2f;
  }
  .golf-playerCard__panel{
    display: block;
  }
  .golf-playerCard.is-panel-left .golf-playerCard__panel .golf-playerCard__meta,.golf-playerCard.is-panel-right .golf-playerCard__panel .golf-playerCard__meta {
    margin: 0;
    padding: 30px 30px 70px;
  }
  
  .golf-playerCard{
    grid-template-columns: 1fr;
    clip-path: none;
  }

  .golf-playerCard__meta{
    padding: 18px 18px;
  }

  .golf-playerCard .sf-photo img{
    object-position: 50% 34%;
  }
  .golf-more-link{
    font-size: 1.3rem;
    width: 120px;
  }
  .golf-more-link .news-more-arrow{
    left: 108px;
    border-top: 0.14em solid var(--page_sub_color2);
  }
  .golf-more-link::after{
    width: 120px;
  }
/* ===== Golf players (responsive) ===== */
  #player-golf .page-innernews{
    margin-top: 50px;
  }
  .golf-profile-block{
    margin-top: 62px;
  }

  .golf-profile-block__grid{
    grid-template-columns: 1fr;
  }

  .golf-profile-block__photo{
    min-height: 280px;
    width: 80%;
    position: relative;
    z-index: 10;
  }

  .golf-profile-block__meta{
    padding: 230px 30px 30px;
    margin-top: -200px;
    position: relative;
    z-index: 0;
  }
  .golf-profile-block__name-ja {
    font-size: 2rem;
  }
  .golf-profile-block__name-en {
    font-size: 1rem;
  }
  .golf-profile-block__dl {
    margin: 20px 0 0;
  }
  .golf-profile-block__row dt {
    font-size: 1rem;
  }
  .golf-profile-block__row dd {
    font-size: 1rem;
  }
  .golf-profile-block__headline{
    justify-content: flex-start;
  }

  .golf-profile-block__headline-en{
    font-size: 40px;
  }
  .golf-result {
    margin: 10px 0 10px auto;
  }
  .golf-stats {
    margin: 70px auto;
  }
  .space-control {
    display: none;
  } 
  .golf-stats__inner{
    grid-template-columns: 1fr;
    min-height: auto;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
    padding-bottom: 50px;
  }
  .golf-stats-photo {
    display: block;
    height: 500px;
    margin: 0 0 40px;
    clip-path: polygon(0 7vw, 100% 0, 100% calc(100% - 7vw), 0 100%);
    overflow: hidden;
    background: #ddd;
  }
  .golf-stats-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: bottom;
  }
  .golf-stats__title{
    font-size: 16vw;
    padding-top: 40px;
  }
  .golf-stats__list {
    padding: 0 30px 0;
  }
  .golf-stats__right{
    display: none;
  }
  
}