@charset "UTF-8";

.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sound_pallet_container {
  min-height: 100vh;
  background-image: url("../img/bg.jpg"); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1.5rem 1rem 4rem; 
  box-sizing: border-box;
  color: #333;
}

.sound_pallet_header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.sound_pallet_header h1 {
  margin: 0;
  padding: 0;
}
.sound_pallet_header h1 img {
  width: 95%;     
  max-width: 450px; 
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.sound_pallet_time {
  display: inline-block;
  background: linear-gradient(90deg, #ff9b26, #f37021);
  color: #fff; 
  margin: 1.5rem 0 0; 
  padding: 8px 30px; 
  transform: skewX(-15deg);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.sound_pallet_time h2,
.sound_pallet_time p {
  transform: skewX(15deg); 
  margin: 0;
  padding: 0;
  font-weight: bold;
}


.sound_pallet_time h2 {
  font-size: 1.6rem; 
  letter-spacing: 0.1em;
}


.sound_pallet_time p {
  font-size: 1.3rem; 
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.95);
}

/* --- 番組内容 --- */
.sound_pallet_concept {
  max-width: 900px; 
  margin: 0 auto 3rem; 
  padding: 2.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.sound_pallet_title {
  color: #333; 
  font-size: 1.6rem;
  margin-bottom: 2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sound_pallet_title::before {
  content: "ABOUT";
  font-size: 0.9rem;
  color: #e85a71;
  letter-spacing: 0.15em;
  margin-bottom: 0.3rem;
}
.sound_pallet_title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #f1b326;
  border-radius: 2px;
  margin-top: 0.8rem;
}

.sound_pallet_text p {
  color: #444;
  line-height: 2;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}
.sound_pallet_highlight {
  color: #e85a71;
  font-weight: bold;
}

/* --- パーソナリティ --- */
.sound_pallet_personality {
  margin: 2rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.sound_pallet_personality img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
}
.sound_pallet_personality figcaption {
  text-align: center;
}
.sound_pallet_personality figcaption small {
  display: block;
  font-size: 1.2rem;
  color: #777;
  letter-spacing: 0.05em;
  margin-bottom: 0.2rem;
}
.sound_pallet_personality figcaption span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

/* --- X --- */
.sound_pallet_sns {
  text-align: center;
  margin-top: 2rem;
}
.sound_pallet_sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #000; 
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 14px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.sound_pallet_sns a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.sound_pallet_sns svg {
  width: 20px;
  height: 20px;
}



@media screen and (min-width: 768px) {
  .sound_pallet_container {
    padding: 5rem 2rem;
  }
  .sound_pallet_header {
    margin-bottom: 4rem;
  }
  .sound_pallet_header h1 img {
    max-width: 600px;
  }
  
  .sound_pallet_time {
    padding: 12px 50px;
    margin-top: 2rem;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  }
  .sound_pallet_time h2 {
    font-size: 2rem; 
  }
  .sound_pallet_time p {
    font-size: 1.7rem; 
    margin-top: 0.5rem;
  }
  
  .sound_pallet_concept {
    padding: 4rem;
  }
  
  .sound_pallet_title {
    font-size: 2.2rem; 
    margin-bottom: 3rem;
  }
  .sound_pallet_title::before {
    font-size: 1.1rem;
  }
  .sound_pallet_title::after {
    width: 60px;
    height: 5px;
    margin-top: 1rem;
  }
  
  .sound_pallet_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    text-align: left; 
    flex-direction: row-reverse;
  }
  
  .sound_pallet_text {
    flex: 1; 
  }
  .sound_pallet_text p {
    font-size: 1.8rem; 
    margin-bottom: 1rem;
  }
  
  .sound_pallet_personality {
    width: 260px;
    margin: 0; 
    flex-shrink: 0;
  }
  .sound_pallet_personality figcaption span {
    font-size: 1.8rem; 
  }

  .sound_pallet_sns a {
    font-size: 1.7rem; 
    padding: 18px 45px;
  }
  .sound_pallet_sns svg {
    width: 24px;
    height: 24px;
  }
}