@charset "utf-8";
/* CSS Document */
/* ヘッダ特番デザイン */
.snk2024_bg{
  position:fixed;
  top:0;
  left:0;
  height:100vh;
  z-index:-1;
}
.maincont{
  background:none;
}

#header1{
  padding-bottom:0;
}

#header1 h1{
  margin-bottom:0;
  padding-top:16px;
}

#header1 h1 img{
  display:block;
  width:100%;
}


/*-- ページナビ --*/
ul.snk2024_navi li{
  width:33.3% !important;
}
.navbtn {
  font-size: 0.875em;
}

/*区割り変更2024*/
.snk2024_areainfo {
width: 160%;
max-width: 1120px;
text-align: center;
margin: 0.5em auto 2em;
transform: translate(-15%, 0);
}
.snk2024_areainfo h2{
font-weight: bold;
font-size: 1.6em;
line-height: 1.2;
color: #e50012;
}
.snk2024_areainfo p{
font-size: 1em;
line-height: 1.4;
margin-bottom: 1em;
}
.snk2024_areainfoimg{
  display:flex;
}
.snk2024_areainfoimg img{width: 100%;}

.snk2024_areainfoimg > div:first-of-type{
  position:relative;
  width:46%;
}
.snk2024_areainfoimg > div:last-of-type{
  width:54%;
}

.snk2024_areainfoimg > div:first-of-type:after{
  position: absolute;
  bottom: 46%;
  right: 0%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(1.75vw,24px) 0 min(1.75vw,24px) min(1.75vw,24px);
  border-color: transparent transparent transparent #000000;
}


.navbtn:hover {
  background: #2d69e1;
}

@media screen and (max-width: 760px) {
.snk2024_areainfo {
width: 100%;
transform: translate(0);
}
.snk2024_areainfo h2{font-size: 1.1em;}
}
/*広島ニュースtssへリンク*/
.snk2024_link>p:first-of-type{
text-align: center;
font-weight: bold;
font-size: 1.4em;
line-height: 1.4;
color: #e50012;
margin-bottom: 1em;
}
.snk2024_linkbtn a{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 400px;
height: 4em;
text-align: center;
font-size: 1em;
border-radius: 2rem;
background-color: #FFFFFF;
border: solid 1px #c9c9c9;
color: #222;
text-decoration: none;
padding-top: 1em;
margin:0 auto 1em;
}
.snk2024_linkbtn a img{width: 2.4em;}
.snk2024_linkbtn a p:first-of-type{padding-right: 0.5em;}

/*-- 動画関連 --*/
.snk2024_mv_change{
  /*margin-top: -64px; */
  padding-bottom: 64px;
}

/*-- 区のナビ --*/
.snk2024_wardlist{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  max-width:600px;
  width:100%;
  padding:0 0.5em;
  margin:24px auto;
  justify-content:center;
}
.snk2024_wardlist li{
  width:31.5%;
  background-color:#FFF;
  border-radius:8px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.16);
}
.snk2024_wardlist li a{
  color:#000;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:0.25em;
  font-weight:bold;
}

/*-- カラー変更関連 --*/
/* ヘッダカーテンデザイン */
#header0 {background-image: url(../img/topbg_04.png), url(../img/topbg_03.svg), url(../img/topbg_02.png);}
/* ヘッダ特番デザイン */
#header1 { background-image:none; height:auto; }

.schedule-wrap .title{color:#0046d2;}
.schedule-wrap .title span {background: linear-gradient(transparent 55%, #FFD900 45%);}
.schedule-wrap{border-left: 7px solid #FFD900;}
.schedule-wrap table.schedule td.btm{background-color: #0046d2;}
.navbtn{background: #0046d2;}
.movie-cont{
  background-color: #0046d2;
  color: #FFD900;
}
.movie-cont h2.line{
  color: #0046d2;
  padding-bottom: 4px;
}
.ritujoho{background-color: #0046d2;}
.list-title h1{background-color: #FFD900;}
.item.tosen .num-cont{background-color: #FFD900;}


@media screen and (min-width: 897px) {
.snk2024_linkbtn a:hover{opacity: .5;}
}
@media screen and (max-width: 760px) {
.snk2024_link>p:first-of-type{font-size: 1em;}
.snk2024_wardlist li{width:44.8%;}
}
@media screen and (max-width: 480px) {
  #header0 h1 img, #header1 h1 img{
    padding:0 16px;
  }
  .snk2024_areainfoimg > div:first-of-type{
    width:100%;
  }
  .snk2024_areainfoimg > div:last-of-type{
    width:100%;
  }
  .snk2024_areainfoimg{
    flex-direction: column;
  }
  .snk2024_areainfoimg > div:first-of-type:after{
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    display:block;
    margin:0 auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4vw 4vw 0 4vw;
    border-color: #000000 transparent transparent transparent;
  }
}