body{
    margin: 0;
    background-color: black;
    font-family: 'Arial',sans-serif;
    color: white;
}

.name{
    width: 100%;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
    margin: 0px;
}

.scroll-container {
    overflow: hidden;         
    background-color: black;
    padding: 20px 0;
    position: relative;
  }
  
  .scroll-track {
    display: flex;
    animation: scroll-left 40s linear infinite;
    width: max-content;
    
  }
  
  .scroll-container:hover .scroll-track {
    animation-play-state: paused;
  }
  .character {
    width: 300px;
    height: 400px;
    margin: 0 10px;
    flex-shrink: 0;
  }
  
  .character:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

.minititle{    
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.6);
    margin: 40px auto 10px auto;
    max-width: 900px;
}

.name2{
    font-size: 30px;
    color: white;
    text-align: center;
    background-color: #333; 
    padding: 20px; 
    margin: 0 auto 40px auto; 
    border-radius: 10px;
    width:90%;
    max-width:900px;
}

.name2:hover {
  background: rgba(70, 70, 70, 1);
  box-shadow: 0 6px 15px rgba(0,0,0,0.9);
}

.goku{
    font-size: 40px;
    font-weight: normal;
    color: #FF7F00;
    text-align: center;
    margin-top: 20px;
    
}

.gokujpg{
    width: 250px;
    height: auto;
    display: block;
    margin: 10px auto 30px auto;
    transition: transform 0.3s ease;
}

.gokujpg:hover {
    transform: scale(1) translateY(-5px); 
    animation: float 1s ease-in-out infinite alternate;
    cursor: pointer;
  }

  @keyframes float {
    from {
      transform: scale(1.1) translateY(-10px);
    }
    to {
      transform: scale(1.1) translateY(-5px);
    }
  }    
.radei{
    font-size: 40px;
    font-weight: normal;
    color: plum;
    text-align: center;
    margin: 20px 0 20px 0;
}
.radeijpg{
    width: 450px;
    height: auto;
    display: block;
    margin: 0 auto 40px auto;
    transition: transform 0.3s ease;
}

.radeijpg:hover {
    animation: shake-horizontal 0.3s ease-in-out infinite;
    transform: scale(1.1);
    cursor: pointer;
  }
  
  @keyframes shake-horizontal {
    0%, 100% {
      transform: scale(1.1) translateX(0);
    }
    25% {
      transform: scale(1.1) translateX(-5px);
    }
    50% {
      transform: scale(1.1) translateX(5px);
    }
    75% {
      transform: scale(1.1) translateX(-5px);
    }
  }

.power{
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-top: 40px;
}



.content-block {
    background-color: #333; 
    padding: 20px; 
    margin: 20px auto; 
    border-radius: 10px; 
    color: white; 
    font-size: 18px; 
    width: 90%;
    max-width: 900px;
    text-align: justify;
    
}

.content-block:hover {
  background: rgba(70, 70, 70, 1);
  box-shadow: 0 6px 15px rgba(0,0,0,0.9);
}
.story {
    font-size: 25px;
    color: white;
    text-align: center;
    margin: 40px auto 100px auto;
  }

  .story2 {
    max-width: 100%;   
    width: 95%;        
    margin: 40px auto 60px auto;
    padding: 20px 30px;
    background: rgba(50, 50, 50, 0.8);
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.7);
    font-size: 20px;
    color: #f0f0f0;
    line-height: 1.8;
    text-align: justify;
    font-family: 'Georgia', serif;
    letter-spacing: 0.02em;
    transition: background-color 0.3s ease;
}

.story2:hover {
    background: rgba(70, 70, 70, 1);
    box-shadow: 0 6px 15px rgba(0,0,0,0.9);
}


.block-text {
    line-height: 1.5; 
}

.red-text {
  color: red !important;
  font-weight: bold;  
}

.story3{
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin: 40px auto 100px auto;
  max-width: 100%;
  width: 90%;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.2;
  font-family: 'Arial', sans-serif;
  letter-spacing: normal;
  transition: none;
  
}

.story4 {
    max-width: 100%;   
    width: 95%;        
    margin: 40px auto 60px auto;
    padding: 20px 30px;
    background: rgba(50, 50, 50, 0.8);
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.7);
    font-size: 20px;
    color: #f0f0f0;
    line-height: 1.8;
    text-align: justify;
    font-family: 'Georgia', serif;
    letter-spacing: 0.02em;
    transition: background-color 0.3s ease;
}

.story4:hover {
    background: rgba(70, 70, 70, 1);
    box-shadow: 0 6px 15px rgba(0,0,0,0.9);
}

.douga{
  background-color: rgba(50, 50, 50, 0.8);
  border-radius: 10px;
  padding: 10px 20px; 
  margin: 10px auto 20px auto;
  max-width: 300px;
  color: #f0f0f0;
  font-size: 20px; 
  font-family: 'Georgia', serif;
  line-height: 1.8;
  text-align: justify;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.douga:hover {
  background-color: rgb(210, 125, 252);
  cursor: pointer;
}

.video-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px auto;
}

.video-wrapper iframe {
  width: 700px;
  height: 400px; 
  border: 0;
}

.modal {
  display: none; 
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255,255,255,0.4);
}

#caption {
  margin: 10px auto;
  text-align: center;
  color: #ccc;
  font-size: 18px;
}

.close {
  position: absolute;
  top: 20px; right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close:hover {
  color: #ff4444;
}