@charset "UTF-8";

.sp-show,
.sp-show-flex {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-show {
    display: block !important;
  }

  .sp-show-flex {
    display: flex !important;
  }

  .sp-hide {
    display: none !important;
  }
}

.tb-show,
.tb-show-flex {
  display: none !important;
}

.header_logo_link {
  position: relative;
  width: clamp(50px, calc(80/1440*100vw), 80px);
}

.header_logo_image {
  position: absolute;
  top: calc(clamp(5px, calc(10/1440*100vw), 10px) * -1);
  left: 0;
  width: 100%;
  overflow: visible;
  display: block;
  max-height: initial;
  object-fit: contain;
}

.players_pop_profile_image {
  object-position: top;
}

.players_pop_profile_text {
  margin-bottom: 20px;
}

.players_pop_profile_name {
  line-height: 1.2;
}

.profile_text {
  margin-bottom: 20px;
}

.FVSlider_li {
  width: 100%;
}

.FV_image {
  width: 100%;
  height: 100% !important;
  height: auto;
  display: block;
}


/* ==========================================================================
   PROFILE SECTION
   ========================================================================== */

.profile {
  padding: clamp(60px, 10vw, 120px) 0;
  background: #f8f8f8;
}

.profile .sectionWrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section Title
   ========================================================================== */
.profile .sectionTitle {
  text-align: center;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: clamp(30px, 5vw, 50px);
}

.profile .sectionTitle_span {
  display: block;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 8px;
  color: #666;
}

/* ==========================================================================
   PROFILE SECTION
   ========================================================================== */

.profile {
  padding: clamp(60px, 10vw, 120px) 0;
  background: #fff;
}

.profile .sectionWrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section Title
   ========================================================================== */
.profile .sectionTitle {
  text-align: center;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: clamp(30px, 5vw, 50px);
}

.profile .sectionTitle_span {
  display: block;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 8px;
  color: #666;
}

/* Profile Card
   ========================================================================== */
.profile_card {
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px) clamp(24px, 5vw, 50px);
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

/* Profile Image
   ========================================================================== */
.profile_imageWrap {
  flex-shrink: 0;
  width: clamp(100px, 20vw, 180px);
}

.profile_image {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   PROFILE SECTION
   ========================================================================== */

.profile {
  padding: clamp(60px, 10vw, 120px) 0;
  background: #fff;
}

.profile .sectionWrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section Title
   ========================================================================== */
.profile .sectionTitle {
  text-align: center;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: clamp(30px, 5vw, 50px);
}

.profile .sectionTitle_span {
  display: block;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 8px;
  color: #666;
}

/* Profile Card
   ========================================================================== */
.profile_card {
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px) clamp(24px, 5vw, 50px);
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

/* Profile Image
   ========================================================================== */
.profile_imageWrap {
  flex-shrink: 0;
  width: clamp(80px, 10vw, 120px);
}

.profile_image {
  width: 100%;
  height: auto;
}

/* Profile Texts
   ========================================================================== */
.profile_texts {
  flex: 1;
}

.profile_title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: clamp(10px, 2vw, 16px);
  color: #262626;
}

.profile_text {
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

/* ==========================================================================
   RESPONSIVE - TABLET & MOBILE
   ========================================================================== */
@media screen and (max-width: 768px) {
  .profile_card {
    flex-direction: column;
    text-align: center;
    padding: clamp(30px, 6vw, 40px) clamp(20px, 4vw, 30px);
  }

  .profile_imageWrap {
    width: clamp(80px, 20vw, 100px);
  }

  .profile_text {
    text-align: left;
  }
}



/* 追加 */
.players_li_image {
  aspect-ratio: 204/175;
  object-fit: contain;
}