@charset "UTF-8";
.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sp_br {
  display: inline;
}
.u_line {
  background-image: repeating-linear-gradient(
    to right,
    #18aed7 0,
    #18aed7 8px,
    transparent 8px,
    transparent 16px);
  background-position: bottom;
  background-size: 100% 2px;
  background-repeat: no-repeat;
}


.takaha_time_container {
  min-height: 100vh;
  background-image: url("../img/bg.jpg"); 
  background-repeat: repeat;
  background-position: center;
  background-size: 64px; 
  padding: 3rem 1rem 2.5rem; 
  color: #153164;
  box-sizing: border-box;
}

.takaha_time_header {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.takaha_time_header h1 {
  margin: 0;
  padding: 0;
}
.takaha_time_header h1 img {
  width: 98%;     
  max-width: 350px; 
}
.takaha_time_header h2 {
  display: inline-block;
  background-color: #ff9b26;
  color: #fff; 
  font-weight: bold;
  font-size: 1.7rem; 
  line-height: 1.5; 
  text-align: center;
  margin: 1rem 0 1.5rem; 
  padding: 8px 35px; 
  border-radius: 8px; 
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0 100%, 15px 50%);
}

.takaha_time_concept {
  max-width: 800px;
  margin: 0 auto 3rem; 
  padding: 0 1rem;
  text-align: center;
}
.takaha_time_concept h3 {
  color: #143564;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  text-shadow: 
    2px 2px 0 #fff, -2px -2px 0 #fff,
    2px -2px 0 #fff, -2px 2px 0 #fff,
    0px 2px 0 #fff,  0px -2px 0 #fff,
    2px 0px 0 #fff, -2px 0px 0 #fff;
}
.takaha_time_concept h3::before,
.takaha_time_concept h3::after {
  content: "✦";
  color: #f1b326;
  font-size: 1.7rem;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.takaha_time_concept p {
  color: #555;
  line-height: 2.2;
  font-size: 1.2rem;
  font-weight: bold; 
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9), 0 0 4px rgba(255, 255, 255, 1);
}
.takaha_time_concept p span {
  background: linear-gradient(transparent 60%, rgba(241, 179, 38, 0.8) 60%);
  padding: 0 4px;
}

.takaha_time_content_wrap {
  background-color: rgba(255, 255, 255, 0.92); 
  border-radius: 20px;
  padding: 2.5rem 1rem;
  max-width: 800px;
  margin: 0 auto 3rem; 
  box-shadow: 0 8px 20px rgba(20, 53, 100, 0.1); 
}
.takaha_time_section {
  margin-bottom: 3.5rem;
  padding-bottom: 3rem;
}
.takaha_time_section:last-child {
  margin-bottom: 0;
}
.takaha_time_section h3 {
  color: #153164;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
}
.takaha_time_section h3::before,
.takaha_time_section h3::after {
  content: "✦";
  color: #f0aa22;
  font-size: 1.7rem; 
}
.takaha_time_section p {
  line-height: 2;
  font-size: 1.2rem;
  text-align: center;
}
.takaha_time_section p span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(25, 161, 219, 0.3) 60%);
  padding: 0 4px; 
}

/* プロフィール */
.takaha_time_profile_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.takaha_time_profile_card {
  border-radius: 15px;
  padding: 2.5rem 1.5rem 2rem;
}
.takaha_time_card_orange {
  background-color: #fffdf9; 
  border: 2px solid #fae8c8;
}
.takaha_time_card_orange dt { color: #d47612; }
.takaha_time_card_orange dd { border-bottom: 1px solid #fae8c8; }

.takaha_time_card_blue {
  background-color: #f7fcff;  
  border: 2px solid #d4effa;
}
.takaha_time_card_blue dt { color: #153164;}
.takaha_time_card_blue dd { border-bottom: 1px solid #d4effa; }

.takaha_time_profile_photo {
  position: relative;
  text-align: center;
  margin: 0 0 2rem 0;
}
.takaha_time_profile_photo img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 8px solid #fff;
  border-bottom-width: 28px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.takaha_time_card_orange .takaha_time_profile_photo img { transform: rotate(-3deg); }
.takaha_time_card_blue .takaha_time_profile_photo img { transform: rotate(2deg); }

.takaha_time_profile_tape {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 80px;
  height: 20px;
  z-index: 2;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.takaha_time_card_orange .takaha_time_profile_tape {
  background-color: rgba(241, 179, 38, 0.5);
  transform: translateX(-50%) rotate(-5deg);
}
.takaha_time_card_blue .takaha_time_profile_tape {
  background-color: rgba(24, 174, 215, 0.5);
  transform: translateX(-50%) rotate(3deg);
}

.takaha_time_profile_list {
  margin: 0;
}
.takaha_time_profile_row {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.2rem;
}
.takaha_time_profile_row:last-child {
  margin-bottom: 0;
}
.takaha_time_profile_row dt {
  font-size: 0.95rem;
  font-weight: bold;
  width: 70px;
}
.takaha_time_profile_row dd {
  flex: 1; 
  margin: 0;
  font-size: 1.1rem;
  color: #153164;
  padding-bottom: 4px;
  line-height: 1.4;
}
.takaha_time_profile_name {
  margin-bottom: 1.8rem;
  align-items: flex-end;
}
.takaha_time_profile_name dt {
  font-size: 0.85rem;
}
.takaha_time_profile_name dd {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 2px;
}
.takaha_time_card_orange .takaha_time_profile_name dd { border-bottom-color: #f0aa22; }
.takaha_time_card_blue .takaha_time_profile_name dd { border-bottom-color: #19a1db; }

/* お問い合わせ・SNSリンク */
.takaha_time_contact_wrap {
  display: flex;
  flex-direction: column;
  gap: 3.5rem; 
  max-width: 800px;
  margin: 4rem auto;
}
.takaha_time_contact_card {
  border-radius: 25px;
  padding: 3rem 1.5rem 2rem;
  text-align: center;
  position: relative;
  border: 4px solid #fff;
  box-shadow: 0 6px 15px rgba(20, 53, 100, 0.15);
}
.takaha_time_contact_bg_yellow {
  background-color: #ffbb31; 
  color: #143564;
}
.takaha_time_contact_bg_yellow .takaha_time_contact_link,
.takaha_time_contact_bg_yellow .takaha_time_icon_mail {
  color: #143564;
}
.takaha_time_contact_bg_blue {
  background-color: #18aed7;
  color: #fff;
}
.takaha_time_contact_bg_blue .takaha_time_contact_link,
.takaha_time_contact_bg_blue .takaha_time_icon_x {
  color: #fff;
}
.takaha_time_contact_bg_blue .takaha_time_hashtag {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: bold;
}
.takaha_time_contact_title {
  display: inline-block;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 6px 25px;
  border-radius: 30px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  white-space: nowrap;
}
.takaha_time_contact_bg_yellow .takaha_time_contact_title { color: #e38000;}
.takaha_time_contact_bg_blue .takaha_time_contact_title { color: #18aed7;}

.takaha_time_contact_link_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.takaha_time_icon_mail { font-size: 2.2rem; }
.takaha_time_icon_x { width: 1.6rem; height: 1.6rem; }

.takaha_time_contact_link {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px dashed; 
  transition: all 0.2s ease;
  padding-bottom: 2px;
}
.takaha_time_contact_bg_yellow .takaha_time_contact_link { border-bottom-color: rgba(255, 222, 133, 1); }
.takaha_time_contact_bg_blue .takaha_time_contact_link { border-bottom-color: rgba(255, 255, 255, 0.5); }

.takaha_time_contact_link:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}
.takaha_time_contact_note {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.6;
}

/* 番組コーナー */
.takaha_time_corner_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3.5rem; 
  margin-top: 3.5rem;
}
.takaha_time_corner_item {
  position: relative;
  background-color: #fff;
  border: 2px solid #18aed7; 
  border-radius: 15px;
  padding: 2.8rem 1.5rem 1.5rem; 
  text-align: center; 
}
.takaha_time_corner_item dt {
  position: absolute;
  top: -20px;
  left: 50%; 
  transform: translateX(-50%); 
  background-color: #f5a407; 
  color: #fff;
  font-size: 1.15rem;
  font-weight: bold;
  padding: 8px 25px;
  border-radius: 20px; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  letter-spacing: 0.05em;
  white-space: nowrap; 
}
.takaha_time_corner_item dt .material-symbols-outlined {
  font-size: 1.4rem;
}
.takaha_time_corner_item dd {
  margin: 0;
  color: #143564;
  line-height: 1.8;
  font-size: 1.05rem;
  text-align: left; 
  display: inline-block; 
}
.takaha_time_corner_highlight {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 0.8rem;
  color: #143564;
}
.takaha_time_corner_highlight .takaha_time_icon_small {
  font-size: 1.5rem;
  color: #f0aa22; 
}
.takaha_time_corner_highlight_text {
  padding: 0 4px;
}

/* アーカイブ */
.takaha_time_archive_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
}
.takaha_time_archive_item {
  padding: 1.3rem 1rem;
}
.takaha_time_archive_info {
  margin-bottom: 1rem;
}
.takaha_time_archive_date {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #18aed7;
  margin-bottom: 0.5rem;
}
.takaha_time_archive_date .takaha_time_icon_headphone {
  font-size: 1.4rem !important;
  line-height: 1; 
}
.takaha_time_archive_title {
  font-size: 1.3rem;
  color: #143564;
  margin: 0;
  line-height: 1.5;
}
.takaha_time_archive_player audio {
  width: 100%;
  height: 44px; 
  outline: none;
  border-radius: 50px; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}


@media screen and (min-width:768px) {
  .takaha_time_container {
    background-size: auto;
    padding: 4rem 2rem;
  }
  .takaha_time_header {
    margin-bottom: 3rem;
  }
  .takaha_time_header h1 img {
    width: 800px; 
    max-width: 95%;
  }
  .takaha_time_header h2 {
    font-size: 2.4rem;
    margin: 1rem 0 2rem;
    padding: 12px 45px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%, 20px 50%);
  }
  .takaha_time_concept {
    margin-bottom: 4rem;
  }
  .takaha_time_concept h3 {
    font-size: 2.2rem;
  }
  .takaha_time_concept p {
    font-size: 1.7rem;
  }
  .takaha_time_content_wrap {
    padding: 4rem;
  }
  .takaha_time_section h3 {
    font-size: 2.2rem;
    gap: 0.8rem;
  }
  .takaha_time_section h3::before,
  .takaha_time_section h3::after {
    font-size: 1.8rem;
  }
  .takaha_time_section p {
    font-size: 1.7rem;
  }
  .takaha_time_profile_wrap {
    flex-direction: row; 
    align-items: stretch; 
    gap: 2rem;
    padding-top: 1rem;
  }
  .takaha_time_profile_card {
    flex: 1;
    padding: 3rem 2rem 2.5rem; 
  }
  .takaha_time_profile_photo img {
    width: 100%;             
    max-width: 300px;      
    height: auto;          
    aspect-ratio: 1 / 1;   
    border-bottom-width: 32px;
  }
  .takaha_time_profile_row dt {
    font-size: 1rem;
  }
  .takaha_time_profile_row dd {
    font-size: 1.2rem;
  }
  .takaha_time_profile_name dd {
    font-size: 1.9rem;
  }
  .takaha_time_contact_wrap {
    flex-direction: row; 
    align-items: stretch;
    gap: 2rem;
    margin-top: 5rem;
  }
  .takaha_time_contact_card {
    flex: 1; 
    padding: 3.5rem 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .takaha_time_contact_title {
    font-size: 1.7rem;
    padding: 8px 30px;
    top: -22px;
  }
  .takaha_time_contact_link {
    font-size: 2.2rem;
  }
  .takaha_time_corner_list dt {
    font-size: 1.1rem;
  }
  .takaha_time_corner_list dd {
    font-size: 1rem;
    padding: 1.5rem;
  }
  .takaha_time_corner_item {
    padding: 3rem 2.5rem 2.5rem;
    border-radius: 20px;
  }
  .takaha_time_corner_item dt {
    top: -22px;
    font-size: 1.7rem;
    padding: 13px 30px;
  }
  .takaha_time_corner_item dd {
    font-size: 1.5rem;
    line-height: 2;
  }
  .takaha_time_archive_item {
    padding: 1.3rem 0;
  }
  .takaha_time_archive_date {
    font-size: 1.5rem;
  }
  .takaha_time_archive_title {
    font-size: 1.5rem;
  }
  .sp_br {
    display: none;
  }
}