body {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #ffffff;
  color: #333;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: url('fallback.jpg') center/cover no-repeat;
  z-index: -2;
}





.back-button {
  display: inline-block;
  margin: 5px;
  padding: 5px 15px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
}





.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  filter: brightness(0.6);
  pointer-events: none;
}

.container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
  box-sizing: border-box;
}

.profile-section {
  position: relative;
  z-index: 1;
  padding: 0px 0px 140px;
  min-height: 100vh;
  overflow: visible;
  background-color: transparent;
}

.big-card {
  background-color: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  box-sizing: border-box;
}



.text-wrapper {
  padding: 0;
  padding-bottom: 550px;
  margin: 0;
  text-align: left;
  color: #ffffff;
}




.big-card h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.big-card p {
  font-size: 0.6cm;
  line-height: 1.6;
}

.talent-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  padding: 0px;
  margin: 60px 0;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: none;
  width: 100%;            
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}




.talent-image img {
  width: 600px;
  border-radius: 12px;
  object-fit: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 20px;
  display: flex;
  margin-left: auto;
  margin-right: auto;

}

.talent-info {
  flex: 1;
}

.talent-names h1 {
  font-size: 2rem;
  margin-top: 200px;
  margin-bottom: 70px;
  margin-left: 30px;
}






.talent-desc {
  margin: 10px 30px;
  line-height: 1.6;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icons img {
  display: block;
}

.x-icon {
  width: 40px;
  height: auto;
  padding: 50px 50px 30px 30px;
}

.youtube {
  width: 60px; /* 少し小さめに */
  height: auto;
  margin-top: 40px;
}







.dai{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em auto;
  max-width: 800px;
  margin-top: 100px;
}

.dai-line {
  width: 100px;
  height: 6px;
  background-color: #0000cd;
  margin: 0;
  border-radius: 5px; 
}

.dai-text {
  padding: 0;
  font-size: 2em;
  font-weight: bold;
  white-space: nowrap;
  font-family: 'Arial', sans-serif;
  margin: 0 8px; 
}




.video-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 100%;
  width: 100%;
  margin: 80px auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.video-gallery iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
  box-sizing: border-box;
}

.video-section {
  position: relative;
  z-index: 1;
  background-color: #ffffff70;
  padding: 0px 0;
}



.profile-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 30px;
}

.profile-box {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ← 2列にする */
  gap: 20px 40px; /* 縦・横の隙間 */
}

.profile-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

.profile-label {
  font-weight: bold;
  color: #444;
}

.profile-content {
  color: #333;
  text-align: right;
}