@charset "utf-8";

/*** 共通CSS ***/
/*
.popUpVideo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.popUpVideo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
*/

/* .wrap_free {
  background: url(/tv/programs/yunavi/images/bg_yunavi2024.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
} */

*,
*::before,
*::after {
  box-sizing: border-box;
}

.wrap_free img {
  vertical-align: middle;
}

.page_title {
  width: 960px;
  margin: 0 auto;
}

#tv-program_body {
  font-size: 15px;
  padding: 0 0 3em;
  color: #333333;
}

#tv-program_body .sp {
  display: none;
}

#tv-program_body .hd_img {
  position: relative;
  overflow: hidden;
  padding: 2em 0;
}

#tv-program_body .hd_img::before,
#tv-program_body .hd_img::after {
  content: "";
  position: absolute;
  width: 100%;
  /* height: 270px;
  filter: blur(0.5em); */
}

#tv-program_body .hd_img::before {
  background: url(/tv/programs/yunavi/images/bg_2026.jpg) no-repeat;
  background-size: 100%;
  top: 0;
  height: 100%;
}

/* #tv-program_body .hd_img::after {
  background: url(/tv/programs/yunavi/images/bg_lower_2025.jpg) no-repeat;
  background-size: 100%;
  bottom: 0;
} */

#tv-program_body .hd_img h1 {
  text-align: center;
  position: relative;
  z-index: 1;
}

#tv-program_body .smaller {
  font-size: 12px;
}

#tv-program_body section {
  position: relative;
  padding: 3em 0;
  overflow: hidden;
}

#tv-program_body section:first-child {
  padding: 0;
}

#tv-program_body section:nth-of-type(even)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: url(/tv/programs/yunavi/images/bg_upper_2025.jpg);
  background-size: cover;
  filter: blur(0.5em); */
  top: 0;
  background: linear-gradient(135deg, #f0f2f5 0%, #e4e8f0 100%);
}

#tv-program_body section:nth-of-type(odd)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: url(/tv/programs/yunavi/images/bg_lower_2025.jpg);
  background-size: cover;
  filter: blur(0.5em); */
  top: 0;
  background: linear-gradient(-135deg, #e4e8f0 0%, #f0f2f5 100%);
}

#tv-program_body section:first-child::before,
#tv-program_body section:first-child::after {
  content: none;
}

#tv-program_body .box {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 2em;
  background: #fff;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

#tv-program_body .box:nth-of-type(2) {
  margin: 2em auto 0;
}

dl[data-program="番組表示枠"] {
  text-align: center;
}

dt[data-date="番組放送日時"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  font-weight: 600;
  color: #0052a4;
}

dt[data-date="番組放送日時"]::before,
dt[data-date="番組放送日時"]::after {
  content: "";
  display: block;
  background: #0052a4;
  height: 2px;
  width: 50%;
}

dt[data-date="番組放送日時"]::before {
  margin: 0 1em 0 0;
}

dt[data-date="番組放送日時"]::after {
  margin: 0 0 0 1em;
}

dd[data-title="番組タイトル"] {
  text-align: left;
  display: inline-block;
  line-height: 2em;
  font-weight: 500;
  margin: 1em 0;
}

dd[data-title="番組タイトル"] span {
  display: block;
  font-size: 1.4em;
}

dd[data-title="番組タイトル"] span:nth-of-type(1) {
  color: #F18626;
}

dd[data-title="番組タイトル"] span:nth-of-type(2) {
  color: #00AADD;
}

dd[data-title="番組タイトル"] span:nth-of-type(3) {
  color: #ABCF39;
}

dd[data-title="番組タイトル"] span:nth-of-type(4) {
  color: #F08BA9;
}

/* a[data-url="番組詳細URL"] {
  background: #0052a4;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.2em;
} */

dd.notice {
  margin: 1em 0 0;
}

#tv-program_body h2 {
  color: #00a9e0;
  border-bottom: 2px solid #00a9e0;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0.5em
}

#tv-program_body h2 p {
  display: flex;
  align-items: flex-end;
}

#tv-program_body h2 span {
  min-width: 7em;
}

#tv-program_body h2 a[href="https://newsdig.tbs.co.jp/list/news/bsn"] {
  width: 240px;
  margin: 0 1em;
}

#tv-program_body h2 a img[src="https://static.line-scdn.net/line_add_friends/edge/btn/ja.png"] {
  max-height: 36px;
}

#tv-program_body .flex {
  display: -webkit-box;
  /* old Android */
  display: -webkit-flex;
  /* Safari etc. */
  display: flex;
}

#tv-program_body .flex .left {
  width: 40%;
}

#tv-program_body .flex .right {
  width: 56%;
  margin: 0 0 0 4%;
}

#tv-program_body .flex .txt_box {
  font-size: 18px;
  padding: 1em;
  font-weight: 500;
}

#tv-program_body .flex .txt_box p {
  padding: 0 0 0.5em;
}

#tv-program_body .flex .txt_box p:last-child {
  padding: 0;
}

#tv-program_body .flex .txt_box a {
  color: #000;
}

#tv-program_body .flex .txt_box .onair span {
  font-size: 21px;
}

#tv-program_body .flex .txt_box span.from {
  font-size: 14px;
}

#tv-program_body .news_area {
  margin: 2em 1em 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  color: #313530;
}

#tv-program_body .news_area .news_item a:hover {
  text-decoration: none;
}

#tv-program_body .news_area .news_item a:hover .news_title {
  text-decoration: underline;
}

#tv-program_body .news_item {
  width: 30%;
  margin: 0 0 1em;
  padding: 0 0 1em;
}

#tv-program_body .news_area .news_item:first-child {
  width: 100%;
  padding: 0 0 2em;
  border-bottom: 1px solid #4b4b4b;
  margin: 0 0 2em;
}

/* #tv-program_body .news_item h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 0.5em;
}

#tv-program_body .news_item h3 img {
  width: 2em;
  margin: 0 0.25em 0 0;
} */

#tv-program_body .news_area .news_item:first-child a {
  display: flex;
}

#tv-program_body .news_item .news_thumbnail {
  aspect-ratio: 16/9;
  text-align: center;
}

#tv-program_body .news_item:first-child .news_detail {
  width: 64%;
  margin: 0 2% 0 0;
}

#tv-program_body .news_item:first-child .news_title {
  font-size: 24px;
  font-weight: 700;
  word-break: break-all;
  margin: 0 0 0.5em;
}

#tv-program_body .news_item:first-child .news_description {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#tv-program_body .news_item:first-child .news_thumbnail {
  width: 34%;
  margin: 0;
}

#tv-program_body .news_title {
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#tv-program_body .news_item .news_pubDate {
  color: #b4b4b4;
  font-size: 12px;
  text-align: right;
  margin: 0.5em 0 0;
}

#tv-program_body .news_thumbnail {
  margin: 0 0 0.5em;
}

#tv-program_body .news_thumbnail img {
  border-radius: 1em;
  height: auto;
}

#tv-program_body .corner .flex {
  border-bottom: 1px dotted #00a9e0;
  padding: 2em 1em;
  align-items: center;
  justify-content: space-between;
}

#tv-program_body .corner .flex .left {
  width: 300px;
  text-align: center;
}

#tv-program_body .corner .flex .right {
  width: 540px;
  margin: 0;
}

#tv-program_body .corner p img.w-250 {
  width: 250px;
}

.yunavi-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #00a9e0;
  color: #00a9e0;
  /* border-radius: 2rem; */
  padding: 0.5em 1em;
  font-weight: 500;
  font-size: 1.125em;
  margin-top: 1em;
  box-shadow: 0 4px 6px rgba(0, 90, 160, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.yunavi-btn.post {
  font-size: 0.9em;
  font-weight: 400;
}

/* スライドする背景 */
.yunavi-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00a9e0;
  z-index: -1;
  transition: width 0.3s ease;
}

.yunavi-btn::after {
  content: "";
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  margin-left: 0.25em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  margin-top: 0.125em;
}

.yunavi-btn.post::after {
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.yunavi-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 90, 160, 0.2);
  opacity: 1;
  text-decoration: none;
}

.yunavi-btn:hover::before {
  width: 100%;
  /* ホバー時に幅を100%にしてスライドさせる */
}

.yunavi-banner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  max-width: 880px;
  margin: 2em auto 1em;
}

.yunavi-sns-buttons {
  display: flex;
  gap: 1em;
  width: 100%;
}

.yunavi-sns-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}

.yunavi-sns-btn:hover {
  transform: translateY(-3px);
  /* 浮き上がり幅を少し抑えて唐突感を減らす */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  /* 影を柔らかく広げる */
  opacity: 0.9;
  color: #fff;
}

.x-btn {
  background-color: #000;
}

.insta-btn {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.yunavi-sns-btn i {
  font-size: 1.4em;
}

.yunavi-banner-item {
  display: inline-block;
  transition: all 0.5s ease;
}

.yunavi-banner-item:hover {
  transform: translateY(-3px);
  opacity: 0.95;
}

.yunavi-banner-item img {
  border-radius: 0.5rem;
  /* SP: 8px */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s ease;
}

.yunavi-banner-item:hover img {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 899px) {

  #tv-program_body {
    font-size: 10px;
  }

  #tv-program_body .pc {
    display: none;
  }

  #tv-program_body .sp {
    display: inline-block;
  }

  #tv-program_body .smaller {
    font-size: 10px;
  }

  #tv-program_body {}

  #tv-program_body .hd_img {
    width: auto;
  }

  #tv-program_body .box {
    width: auto;
    margin: 0 1em;
  }

  #tv-program_body .box:nth-of-type(2) {
    margin: 2em 1em 0;
  }

  #tv-program_body .flex {
    display: block;
  }

  #tv-program_body h2 {
    font-size: 18px;
    align-items: flex-end;
  }

  #tv-program_body h2 p {}

  #tv-program_body h2 a[href="https://newsdig.tbs.co.jp/list/news/bsn"] {
    width: 36vw;
    display: block;
    margin: 0 0.5em;
  }

  #tv-program_body h2 a img[src="https://static.line-scdn.net/line_add_friends/edge/btn/ja.png"] {
    max-height: 6vw;
  }

  #tv-program_body .flex .left {
    width: auto;
  }

  #tv-program_body .flex .right {
    width: auto;
    margin: 2em 0 0;
  }

  #tv-program_body .flex .txt_box {
    font-size: 16px;
    padding: 1em 0.5em 0;
  }

  #tv-program_body .flex .txt_box .onair span {
    font-size: 18px;
  }

  #tv-program_body .flex .txt_box span.from {
    font-size: 10px;
  }

  #tv-program_body .news_area {
    display: block;
    margin: 2em 1em;
  }

  #tv-program_body .news_item {
    width: auto;
    border-bottom: 1px solid #4b4b4b;
  }

  #tv-program_body .news_item h3,
  #tv-program_body .news_item:first-child .news_description {
    display: none;
  }

  #tv-program_body .news_item:nth-of-type(n+2) .news_link {
    display: flex;
    flex-direction: row-reverse;
  }

  #tv-program_body .news_item .news_detail {
    width: 56% !important;
    margin: 0 2% 0 0 !important;
  }

  #tv-program_body .news_item .news_title {
    font-size: 14px !important;
  }

  #tv-program_body .news_item .news_pubDate {
    font-size: 10px;
  }

  #tv-program_body .news_item .news_thumbnail {
    width: 42% !important;
  }

  #tv-program_body .corner .flex .left {
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }

  #tv-program_body .corner .flex .right {
    width: auto;
    font-size: 12px;
    margin: 1em 0.5em;
  }

  #tv-program_body .insta .btn_link img {
    width: 120px;
  }

  #tv-program_body .insta .btn_link {
    margin: 0 0 0.5em;
  }

  #tv-program_body .tw {
    text-align: center;
  }

  #tv-program_body .tw .account {
    display: block;
  }

  #tv-program_body .tw p {
    font-size: 16px;
  }

  #tv-program_body .tw img[src="/tv/programs/yunavi/images/logo_x_blk.png"] {
    width: 24px;
  }

  #tv-program_body .time-line {
    padding: 1em 0 0;
    /* border-bottom: 1px dotted #00a9e0; */
  }

  #tv-program_body .time-line.sp {
    display: block;
  }

  #tv-program_body .time-line .border {
    width: 90%;
    margin: 0 auto;
  }

}