@charset "utf-8";
/* CSS Document */
#adminBox, .acms-admin-box,
.tss_comprehensiveHead{
  position: relative;
  z-index: 100;
}


.t5d_body{
  min-height: 100vh;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

img{max-width: 100%;}


.t5d_bg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.t5d_bg picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t5d_main{
  position: relative;
  padding-bottom: 32px;
  z-index: 10;
  font-weight: bold;
}


.t5d_top{
  padding:0 16px;
  text-align: center;
}
.t5d_yotei{margin-bottom: 32px;}
.t5d_copy{margin-bottom: 16px;}
.t5d_des img{
  filter: drop-shadow(0px 1px 0px #fff);
}


.t5d_glonavi{
  height: 70px;
  background:#04376A;
}
.t5d_glonavi ul{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  margin: auto;
}
.t5d_glonavi ul li{
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #FFF 100%);
  background-size: 1px 60px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.t5d_glonavi ul li:first-of-type{
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #FFF 100%), linear-gradient(rgba(0, 0, 0, 0) 0%, #FFF 100%);
  background-size: 1px 60px, 1px 60px;
  background-position: left bottom, right bottom;
}
.t5d_glonavi ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 69px;
  padding: 10px 32px 4px;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.08em;
  font-size: clamp(0.875rem, -0.9942rem + 3.7383vw, 1.375rem);/* 14-22 800-1014 */
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 1px 1px 0px #000;
  letter-spacing: 2px;
}
.t5d_glonavi ul li:first-of-type a,
.t5d_glonavi ul li:nth-of-type(2) a,
.t5d_glonavi ul li:nth-of-type(4) a,
.t5d_glonavi ul li:nth-of-type(5) a
{
  letter-spacing:-4px;
}

.t5d_ttl{
  max-width:360px;
  margin:auto;
}


.t5d_entryblock{
  padding: 48px 16px 56px;
  text-align: center;
  background-color: #FFFFFF;
  opacity: 0;
  transition: all 0.5s linear;
}
.t5d_entryblock.active{opacity: 1;}
.t5d_entryblock h2{
  line-height: 1;
  margin-bottom: 14px;
  font-size: clamp(1.25rem, -0.057rem + 4.86vw, 2.375rem);/*20-38 430-800*/
  font-weight: bold;
  color: #E80000;
  opacity: 0;
  transition: all 1s linear;
}
.t5d_entryblock.active h2{
  opacity: 1;
}
.t5d_entryblock > p{
  line-height: 1.5;
  margin-bottom: 24px;
  font-size: clamp(0.875rem, 0.439rem + 1.62vw, 1.25rem);/*14-20 430-800*/
  font-weight: bold;
  opacity: 0;
  transition: all 1s linear;
}
.t5d_entryblock.active > p{
  opacity: 1;
}
.t5d_entryblock > p span{ font-weight: normal; font-size: 0.75em;}

.t5d_entryblock ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: 0.875em;
}
.t5d_entryblock ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  max-width: 100%;
  height: 60px;
  line-height: 1.5;
  margin: 0 auto 0.5em;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 1px 0px #777777;
  border-radius: 30px;
  border: 1px solid #B7B7B7;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.39);
  opacity: 0;
  transition: all 0.1s linear;
  background-image: linear-gradient(180deg, #e1e1e1, #888888);
}


.t5d_entryblock ul li a{
  opacity: 1;
}


/* 動画 */
.t5d_videowrap{
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: clamp(2rem, -0.324rem + 8.65vw, 4rem) 0;/* 32-64 430-800 */
  margin-inline: auto;
  border: 2px solid #FFFFFF;
  aspect-ratio: 16/9;
}
.t5d_videowrap iframe{
  width: 100%;
  height: 100%;
}

/*-- 原作 --*/
.t5d_original{
  background-color:#FFF;
  padding:0 56px 40px 40px;
  max-width:736px;
  width:94%;
  margin:64px auto 40px;
  background: linear-gradient(#fff 0%, #fff 100%);
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px #a8c4e1;
}
.t5d_original h2{
  color:#9C8A28;
  font-size:3em;
  text-align: center;
}
.t5d_orflx{
  display:flex;
  gap:40px;
  line-height:1.375;
}
.t5d_orflx > div:first-of-type{
  width:53.25%;
}
.t5d_orflx > div:nth-of-type(2){
  padding-top: 16px;
  display: flex;
  flex-direction: column;
}
.t5d_orflx h3{
  font-size:1.875em;
  font-weight: bold;
}
.t5d_orflx > div > p:first-of-type{
  margin:0.25em 0 1em 0;
}
.t5d_orflx > div > p:last-of-type{
  margin:auto auto 0 0;
  width: 80%;
}
.t5d_orflx > div > p:last-of-type a{
  display:flex;
  justify-content: center;
  align-items: center;
  color:#09AECC;
  border:solid 1px #09AECC;
  width:100%;
  padding:0.25em 0;
  text-decoration:none;
}
.t5d_orflx > div > p:last-of-type a span{
  font-size:0.5em;
}

/*-- 音楽 --*/
.t5d_music{
  background-color:#FFF;
  padding:0 56px 40px 40px;
  max-width:736px;
  width:94%;
  margin:64px auto 40px;
  background: linear-gradient(#fff 0%, #fff 100%);
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px #a8c4e1;
}
.t5d_musicflx{
  display:flex;
  justify-content: space-between;
  align-items: center;
  gap:32px;
}
.t5d_Imgmusic {
  flex: 0 1 280px;
}
.t5d_musicflx:last-child .t5d_Imgmusic img{
  display: block;
  max-width: 170px;
  text-align: right;
  margin-inline-start: auto;
}
.t5d_musicflx > div:last-of-type {
  flex: 1 0 auto;
}
.t5d_musicflx01 h3 {
  font-size: 1.875em;
  font-weight: bold;
  margin-bottom: 20px;
}
.t5d_Detailstxt01{
  margin: 20px 0;
}
.t5d_Detailstxt01 p{
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.2;
}
.t5d_Detailstxt01 p:last-child{
  margin-top: 8px;
}
a.t5d_viewmore{
  color: #04376A;
  display: flex;
  background: #FFF;
  text-decoration: none;
  box-shadow: 0px 0px 10px #a8c4e1;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
}
.t5d_musicflx02{
  border-top: 1px solid #CFCFCF;
  margin-top: 40px;
  padding-top: 40px;
}
.t5d_musicflx02 h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.t5d_Detailstxt02{
  margin-bottom: 20px;
}
.t5d_Detailstxt02 p{
  font-weight: normal;
}

.t5d_txtmb{
  margin-bottom: 1em;
}

.t5d_instalink img{
  max-width: 32px;
}


/*-- デザイン変更分 --*/
.t5d_topintro{
  text-align: center;
  padding-top:8px;
}
.t5d_topintro p:first-of-type{
  color:#04A277;
  font-size:2em;
  padding:32px 0 16px;
  line-height: 1.375;
}
.t5d_topintro p:first-of-type br{
  display:none;
}
.t5d_topintro p:last-of-type{
  color:#04376A;
  font-size:1.375em;
  line-height:1.75;
}

.t5d_topintro > div:last-of-type{
  max-width:200px;
  margin:40px auto 64px;
}
.t5d_topintro > div:last-of-type a{
  color:#04376A;
  display:flex;
  background:#FFF;
  text-decoration: none;
  box-shadow: 0px 0px 10px #a8c4e1;
  padding:8px 0;
  justify-content: center;
  align-items: center;
}

.t5d_topsyn{
  text-align:center;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  padding-top:16px;
}
.t5d_topsyn p:first-of-type{
  color:#0B919B;
  font-size:1.5em;
  padding:16px 0;
  line-height:1.75;
}
.t5d_topsyn p:last-of-type{
  color:#04376A;
  font-size:1.25em;
  line-height:1.75;
}

.t5d_topsynph{
  width:100%;
  max-width:1200px;
  margin:24px auto;
}
.t5d_topsynph ul{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  justify-content: center;
}
.t5d_topsynph ul li{
  width:46%;
}
.t5d_topsynph p{
  font-size:1.25em;
  color:#04376A;
  padding:32px 0;
  text-align: center;
  line-height:1.75;
}
.t5d_container{
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 24%,rgba(255, 255, 255, 0) 100%);
}
.t5d_linkarea{
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 50%,rgba(255, 255, 255, 0) 100%);
  padding:80px 0;
}
.t5d_linkarea ul{
  display:flex;
  justify-content: center;
}
.t5d_linkarea ul li{
  max-width:640px;
}

.t5d_outlink a{
  display: inline-block;
  color:#04376A;
  padding:0.5em 0;
}


.tss_footer{
  position: relative;
  mix-blend-mode: multiply;
  background-color: #CFE0F0;
  z-index: 15;
}
.tss_footer a{
  font-family: Meiryo;
  color: #000000;
}




.t5d_topicsbox{
  display:flex;
  justify-content:center;
  gap:0 16px;
  max-width:1024px;
  margin:auto;
}
.t5d_topicsbox a{
  color:#000;
  text-decoration: none;
}
.t5d_topics_l{
  max-width:506px;
  width:80%;
  background-color:#FFF;
  box-shadow: 0px 0px 10px #a8c4e1;
}
.t5d_topicsimg img{
  width:100%;
}
.t5d_topics_l_caption{
  padding:16px;
}
.t5d_topics_l_caption p:first-of-type{
  color:#5680AA;
  line-height:1.5;
}
.t5d_topics_l_caption p:nth-of-type(2){
  font-size:1.25em;
  line-height:1.25;
  font-weight:bold;
}
.t5d_original h2{
  font-size:2.5em;
}
.t5d_orflx > div > p:last-of-type{
  margin-top:16px;
}
/*-- 20260122追加 --*/
.t5d_topics_r{
  max-width:506px;
  width:80%;
}

.t5d_topics_r ul{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}
.t5d_topics_r ul li{
  background-color:#FFF;
  box-shadow: 0px 0px 10px #a8c4e1;
}
.t5d_topics_r_caption{
  padding:16px;
}
.t5d_topics_r_caption p:nth-of-type(2){
  font-size:1.25em;
  line-height:1.25;
  min-height: 2.5em;
}
.t5d_topics_r ul:has(> :nth-child(2)) li{
  width:48%;
  max-width:240px;
  background-color:#FFF;
  box-shadow: 0px 0px 10px #a8c4e1;
  font-size:0.875em;
}
.t5d_topics_r ul:has(> :nth-child(2)) li .t5d_topics_r_caption{
  padding:8px 16px;
}
.t5d_topics_r_caption p:first-of-type{
  color:#5680AA;
  line-height:1.5;
  font-weight:bold;
}
.t5d_topics_r ul:has(> :nth-child(2)) li .t5d_topics_r_caption p:nth-of-type(2){
  font-size:1em;
  line-height:1.25;
  font-weight:bold;
}
.t5d_container h2{
  text-align:center;
  padding-bottom:40px;
}
.acms-label-warning{
  color: #FFF;
  background: linear-gradient(to right, #f7ed11 0%, #8fc421 100%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  display: inline-block;
  vertical-align: text-top;
  margin-left: 0.5em;
  padding: 2px 1em;
  font-size: 0.75em;
}

/*-- トピックス改修 --*/
.t5d_topicsgrid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width:1024px;
  width:100%;
  margin:0 auto 24px;
}
.t5d_topicsgrid > div{
  font-size:0.875rem;
  background-color:#FFF;
  box-shadow: 0px 0px 10px #a8c4e1;
}
.t5d_topicsgrid div a,
.t5d_topicsmorelist div a{
  color:#000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.t5d_topicsgrid_child1 { grid-area: 1 / 1 / 3 / 3; }
.t5d_topicsgrid_child2 { grid-area: 1 / 3 / 2 / 4; }
.t5d_topicsgrid_child3 { grid-area: 1 / 4 / 2 / 5; }
.t5d_topicsgrid_child4 { grid-area: 2 / 3 / 3 / 4; }
.t5d_topicsgrid_child5 { grid-area: 2 / 4 / 3 / 5; }
.t5d_topics_caption{
  padding:10px 12px;
  line-height: 1.25;
}
.t5d_topicsgrid_child1 .t5d_topics_caption{
  height: 100%;
  display: flex;
  flex-direction: column;
  padding:16px;
}

.t5d_topicsgrid > div:first-of-type{
  font-size:1.375rem;
  height:100%;
}
.t5d_topicsgrid .t5d_topics_caption p:first-of-type,
.t5d_topicsmorelist .t5d_topics_caption p:first-of-type{
  color:#5680AA;
  line-height:1.5;
}
.t5d_topicsgrid_child1 .t5d_topics_caption p:nth-of-type(2){
  font-size:1.25rem;
  line-height:1.25;
  font-weight:bold;
}

.t5d_topicsmorelist{
  display:flex;
  flex-wrap:wrap;
  max-width: 1024px;
  width: 100%;
  margin:16px auto;
  gap:16px;
}
.t5d_topicsmorelist > div{
  width:calc((100% / 4) - 12px);
  background: #FFF;
  text-decoration: none;
  box-shadow: 0px 0px 10px #a8c4e1;
  font-size:0.875rem;
}
.t5d_vwmore{
  color:#04376A;
  display:block;
  width:fit-content;
  text-decoration: none;
  box-shadow: 0px 0px 10px #a8c4e1;
  margin:auto;
}
.t5d_vwmore input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  border:none;
  background: #FFF;
  box-shadow: 0px 0px 10px #a8c4e1;
  padding: 8px 0;
  font-size:1rem;
  width: 200px;
  color: #04376A;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight:bold;
  margin-top:8px;
}

/*-- ブームアップ動画 --*/
.t5d_voomup{
  max-width:1000px;
  width:96%;
  margin:0 auto 80px;
}
.t5d_voomup ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:16px;
}

.t5d_voomup ul li{
  width:23.75%;
  position:relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.t5d_voomup ul li div{
  aspect-ratio: 16/9;
}
.t5d_voomup ul li div img{
  width:100%;
  aspect-ratio: 16 / 9;
}

.t5d_voomup ul li div::after,
.t5d_oneprogram div::after{
  content: "";
  display: block;
  width: 4em;
  height: 4em;
  background-image: url(../img/ic_video.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  transition: all .3s;
}



/*他番組*/
.t5d_tssprogram{
  max-width: 1272px;
  margin: 0 auto 80px;
  padding: 0 16px;
}
.t5d_tssprogram h2{
  margin-bottom: 24px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #04376A;
  text-shadow: 0px 2px 0px #FFFFFF;
}
.t5d_programlist{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 1.7%;
}
.t5d_oneprogram{
  width: 32.2%;
}
.t5d_oneprogram div{
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 12px;
  cursor:pointer;
}
.t5d_oneprogram div img{
  width: 100%;
  height: 100%;
}
.t5d_oneprogram h3 a{
  line-height: 1.5;
  text-decoration: underline;
  font-size: 0.875rem;
  color: #04376A;
  text-shadow: 0px 2px 0px #FFFFFF;
}





@media screen and (min-width:801px){
  .t5d_entryblock ul li a:hover{opacity: 0.5;}
  .t5d_orflx > div > p:last-of-type a:hover{
    color:#FFF;
    background-color:#09AECC;
  }
  .t5d_topintro > div:last-of-type a:hover,
  a.t5d_viewmore:hover{
    text-decoration: underline;
  }
  a.t5d_instalink:hover,
  .t5d_linkarea a:hover{
    opacity:0.6;
  }
  .t5d_glonavi ul li a:hover{
    background-color:rgba(7 81 155 / 0.6);
  }
  .t5d_outlink a:hover{
    color:#09AECC;
    text-decoration: none;
  }
  .t5d_vwmore input[type=submit]:hover{
    text-decoration: underline;
  }



  .t5d_voomup ul li div:hover{
    cursor:pointer;
  }

  .t5d_voomup ul li div:hover::after,
  .t5d_oneprogram div:hover:after{
    width: 5.75em;
    height: 5.75em;
    border: solid 2px #fff;
    background-size: 80% auto;
    filter: drop-shadow(1px 2px 2px rgba(22,31,41,0.6));
  }

  .t5d_oneprogram h3 a:hover{text-decoration: none;}
}





@media screen and (max-width:800px){
  .t5d_glonavi{
    height:auto;
    width: 97%;
    margin: auto;
  }
  .t5d_glonavi ul{flex-wrap:wrap;}
  .t5d_glonavi ul li{
    width:calc(100% / 3);
    background-image: none !important;
    border-right:solid 1px #1952a2;
  }
  .t5d_glonavi ul li:nth-child(4),
  .t5d_glonavi ul li:nth-child(5),
  .t5d_glonavi ul li:nth-child(6),
  .t5d_glonavi ul li:nth-child(7){
    width:calc(100% / 4);
  }
  .t5d_ttl{max-width:300px;}

  .t5d_glonavi ul li:nth-of-type(n+4){border-top:solid 1px #1952a2;}
  .t5d_glonavi ul li:nth-of-type(3){border-right:none;}
  .t5d_glonavi ul li a{
    height: 52px;
    padding: 8px 0px;
  }
  .t5d_main{padding-bottom: calc(17.5vw + 120px);}
  .t5d_top{padding:0;}
  .t5d_top h1{margin-bottom: max(3vw, 12px);}
  .t5d_topintro p:first-of-type br{display:block;}

  .t5d_entryblock ul li a{
    width: max(44.5vw, 300px);
    height: max(7.5vw, 48px);
  }
  
  .t5d_orflx{
    flex-direction: column;
    gap:0;
  }
  .t5d_orflx > div:first-of-type{
    margin:auto;
    width:80%;
  }
  .t5d_orflx > div:nth-of-type(2){
    font-size:0.875em;
  }
  .t5d_orflx h3,
  .t5d_musicflx01 h3{
    font-size:1.5rem;
  }
  .t5d_topicsbox{
    flex-wrap: wrap;
  }
  /*-- topics改修 --*/
  .t5d_topicsgrid{
    display:flex;
    flex-wrap:wrap;
  }
  .t5d_topicsgrid > div,
  .t5d_topicsmorelist > div{
    width: 47.875%;
  }
  .t5d_topicsgrid > div:first-of-type{
    width:100%;
  }
  .t5d_topicsgrid .t5d_topics_caption p:first-of-type{
    font-size:0.875rem;
  }
  .t5d_topicsgrid_child1 .t5d_topics_caption p:nth-of-type(2){
    font-size:1rem;
  }

  
  .t5d_topintro{padding:16px 8px 0;}
  .t5d_topintro p:first-of-type{
    font-size:1.625rem;
    padding: 16px 0;
  }
  .t5d_topintro p:first-of-type span{
    display:block;
  } 
  .t5d_topintro p:last-of-type{
    font-size:1rem;
  }
  .t5d_topintro p:last-of-type span{
    display:block;
  }
  .t5d_topsyn{padding:16px 16px 0;}
  .t5d_topsyn p:first-of-type{
    font-size:1rem;
  }
  .t5d_topsyn p:last-of-type{
    font-size:0.875rem;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight:normal;
  }
  .t5d_topsyn p:last-of-type br{
    display:none;
  }
  .t5d_topsynph{
    padding:0 16px;
  }
  .t5d_topsynph p{
    font-size: 0.875rem;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight:normal;
  }
  .t5d_topsynph p br{
    display:none;
  }
  .t5d_container{
    padding: 20px 8px 0;
  }
  .t5d_orflx > div > p:last-of-type{
    margin-left:auto;
  }
  .t5d_topsynph ul li{
    width:100%;
  }
  .t5d_linkarea{
    padding:50px 8px;
  }
  .t5d_linkarea ul{
    flex-direction:column;
    width:80%;
    margin:auto;
  }
  
  .t5d_musicflx{
    flex-direction: column;
    align-items: baseline;
  }
  .t5d_Imgmusic{
    flex: 1 1 auto;
    margin-inline: auto;
  }
  .t5d_Detailstxt01 p,
  .t5d_musicflx02 h3{
    font-size: 1.125rem;
  }
  .t5d_Detailstxt02 p{
    font-size: 0.875rem;
  }
  
  .t5d_voomup ul{
    gap:16px;
  }
  
  .t5d_voomup ul li{
    width:47.25%;
  }



  .t5d_oneprogram{
    width: 49.15%;
  }

}
@media screen and (max-width:480px){
  .t5d_entryblock ul li:first-of-type {margin-bottom: 0.5em;}
}