@charset "utf-8";

/* =========================
*  共通
========================= */
@media screen and (min-width: 900px) {
  section {
    /* width: 95%; */
    /* width: 1366px; */
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .sp {
    display: none;
  }
  /*===== 見出し(NEWS・PROGRAM・EVENT&PRESENT・NEW ARTICLE・WEATHER) ===============*/
  .emphasis {
    color: #0052a4;
    border-bottom: solid 1px #ff2d2d;
    position: relative;
    display: inline-block;
  }
  .emphasis:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 5px #ff2d2d;
    bottom: -3px;
    width: 33%;
  }
  .emphasis p:first-child {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0em;
  }
  .emphasis p:last-child {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0 10px;
    margin: -5px 0 0;
  }

  #ft-release {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  #heading {
    width: 95%;
    margin: 0 auto;
  }
  section {
    width: 90%;
    margin: 0 auto;
  }
  /*===== 見出し(NEWS・PICK UP・PROGRAM・WEATHER・INFORMATION) ===============*/
  .emphasis {
    color: #0052a4;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
  }
  .emphasis p:first-child {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0em;
    margin: 0 0.5em 0 0;
  }
  .emphasis p:last-child {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #ff0000;
  }
  .emphasis p:last-child:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ff2d2d;
    bottom: -2px;
    width: 33%;
  }
  .lead-more {
    background-color: #0052a4;
    border-radius: 100vh;
    text-align: center;
    width: 150px;
    margin: 30px auto 0;
  }
  .lead-more a {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    display: block;
    padding: 0.5em 0;
  }

  /*===== SPフッターリリース =====*/
  #ft-release {
    display: block;
    position: fixed;
    bottom: 2.5%;
    background: hsla(225,4%,17%,0.9);
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1em;
    font-size: 12px;
    z-index: 1;
  }

  #ft-release a {
    color: #fff !important;
  }

  #ft-release li {

  }

  #ft-release li div.ft-flex {
    display: flex;
    align-items: stretch;
    position: relative;
  }

  #ft-release li div p.pubDate {
    /*
    position: absolute;
    top: 0;
    left: 0;
    */
    background: #0052a4;
    padding: 0.5em 0;
    border-radius: 1em 0 0 0;
    width: 7em;
    text-align: center;
  }

  #ft-release li div p.cat {
    margin: 0.75em 0;
    text-align: center;
  }

  #ft-release li .cat span {
    padding: 0.5em;
    border-radius: 0.5em;
    display: inline-block;
    font-size: 10px;
  }

  #ft-release li .cat span.cat_tv {
    background: rgba(0, 204, 204, 1);
  }

  #ft-release li .cat span.cat_rd {
    background: rgba(0, 153, 255, 1);
  }

  #ft-release li .cat span.cat_ev {
    background: rgba(102, 102, 255, 1);
  }

  #ft-release li .cat span.cat_pr {
    background: rgba(255, 170, 51, 1);
  }

  #ft-release li .cat span.cat_cp {
    background: rgba(204, 0, 255, 1);
  }

  #ft-release li .cat span.cat_ot {
    background: rgba(255, 51, 153, 1);
  }

  #ft-release li div p.txt {
    width: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 0 1em;
  }

  #ft-release li div p.txt span {
    line-height: 1.5em;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-decoration: underline;
  }
}

/* =========================
*  slick
========================= */

/***** YouTube対応 2023/08/01追加 *****/
.slide-img_items li {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.slide-img_items li iframe {
  position: absolute;
  top:   0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.slide-img_items li img[src^="https://img.youtube.com/"] {
  position: relative;
}
/*
.slide-img_items li:has(img[src^="https://img.youtube.com/"])::after {
	content: "";
	background: url(/img/top/filter_youtube16-9.png) no-repeat center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
*/
.slide-img_items li:has(img[src^="https://img.youtube.com/"]) a::after {
	content: "";
	background: url(/img/top/btn_youtube.png) no-repeat center;
	background-size: contain;
	width: 20%;
	height: 20%;
	position: absolute;
	top: 40%;
	left: 40%;
}
.slide-img_items .slide-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide-img_items .slide-dots li {
	aspect-ratio: auto;
	margin: 0 !important;
}
/***** YouTube対応 2023/08/01追加 *****/

@media screen and (min-width: 900px) {
  #heading {
    padding: 0 0 60px;
    margin: 30px 0 0;
  }
  .slick-img {
    margin: 0 0 60px;
  }
  .slide-img_items {
    width: 100%;
    height: 100%;
  }
  .slide-img_items li {
    margin: 0 30px;
  }
  .slide-img_items li img {
    width: 99%;
    object-fit: cover;
    border-radius: 30px;
    border: 1px solid #4b4b4b;
    box-sizing: border-box;
    aspect-ratio: 16/9;
    object-fit: contain;
  }
  .slick-dots {
    top: 520px;
  }
  .slick-dots li.slick-active button:before {
    font-size: 14px;
  }
}

@media screen and (max-width: 899px) {
  #heading .slick-arrow {
    display: none !important;
  }
  .slide-img_items {
    margin: 0 !important;
  }
  .slide-img_items li img {
    width: 99%;
    border-radius: 10px;
    border: 1px solid #4b4b4b;
    box-sizing: border-box;
    aspect-ratio: 16/9;
    object-fit: contain;
  }
  .slide-img_items .slide-dots {
    text-align: center;
    margin: 10px 0 0;
  }
  .slide-img_items .slide-dots li {
    display: inline-block;
    margin: 0 15px;
  }
  .slide-img_items .slide-dots li button {
    position: relative;
    text-indent: -9999px;
    /* CSSリセット */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }
  .slide-img_items .slide-dots li button:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #4b4b4b;
    position: absolute;
    top: 0;
    left: 0;
  }
  .slide-img_items .slide-dots li.slick-active button:before {
    background: #68a5f6;
  }
}

/* =========================
*  slick下リンクエリア
========================= */

/*===== 緊急メッセージ（共通） =====*/
.emg_msg.bd_red dt {
  background: #ff0000;
}
.emg_msg.bd_blue dt {
  background: #0052a4;
}
.emg_msg dd {
  border-radius: 0 0 15px 15px;
  padding: 1em;
}
.emg_msg.bd_red dd {
  border-right: 2px solid #ff0000;
  border-left: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
}
.emg_msg.bd_blue dd {
  border-right: 2px solid #0052a4;
  border-left: 2px solid #0052a4;
  border-bottom: 2px solid #0052a4;
}

.heding_link ul li:nth-of-type(1) {
  background: rgba(153, 221, 51, 1);;
}

.heding_link ul li:nth-of-type(2) {
  background: rgba(102, 102, 255, 1);
}

.heding_link ul li:nth-of-type(3) {
  background: rgba(204, 0, 255, 1);
}

.heding_link ul li:nth-of-type(4) {
  background: rgba(255, 51, 153, 1);
}

.heding_link ul li a {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em 0.5em 0;
}

.heding_link ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2em;
  width: 1em;
  height: 1em;
  background-color: #fff;
  transition: .3s;
  background: url(/img/top/heding_link_arrow.svg);
}

.heding_bnr img {
  vertical-align: middle;
}

@media screen and (min-width: 900px) {

  /*===== 緊急メッセージ（PC） =====*/
  .emg_msg {
    text-align: center;
    font-size: 16px;
    margin: 0px auto 60px;
    border-radius: 15px;
    width: 1140px;
  }
  .emg_msg dt {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 15px 15px 0 0;
    padding: 0.5em 0;
  }
  /*===== カルーセル下リンク（PC） =====*/
  .heding_link {
    /*
    width: 1280px;
    margin: 0 auto;
    */
  }

  .heding_link ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .heding_link ul li {
    width: 25%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    /* border-right: 1px solid #0052a4; */
  }

  .heding_link ul li a::after {
    transform: translateY(-50%);
  }


  .heding_link ul li a:hover::after {
    transform: translate(1em, -50%);
  }

  /*===== カルーセル下バナー（PC） =====*/
  .heding_bnr {
    margin: 60px 0 0;
  }
  .heding_bnr ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1080px;
    margin: 0 auto;
  }
  .heding_bnr ul li {
    width: 480px;
  }
  .heding_bnr ul li:nth-of-type(2) {
    margin: 0 0 0 30px;
  }
  .heding_bnr ul li:nth-of-type(3) {
    margin: 30px 0 0;
  }
  .heding_bnr ul li:nth-of-type(4) {
    margin: 30px 0 0 30px;
  }
}

@media screen and (max-width: 899px) {

  /*===== 緊急メッセージ（SP） =====*/
  .emg_msg {
    font-size: 3vw;
    margin: 2vw 0 4vw;
    border-radius: 15px;
  }
  .emg_msg dt {
    text-align: center;
    font-size: 3.5vw;
    font-weight: 500;
    color: #ffffff;
    border-radius: 15px 15px 0 0;
    padding: 0.5em 0;
  }

  /*===== カルーセル下リンク（SP） =====*/
  .heding_link {
    margin: 2% auto 0;
  }
  .heding_link ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .heding_link ul li {
    width: 48%;
    text-align: center;
    font-size: 3.5vw;
    font-weight: 500;
  }

  .heding_link ul li:nth-of-type(1) {
    margin: 0 2% 0 0;;
  }

  .heding_link ul li:nth-of-type(3) {
    margin: 2% 2% 0 0;
  }

  .heding_link ul li:nth-of-type(4) {
    margin: 2% 0 0;
  }

  .heding_link ul li a::after {
    top: auto;
    right: 0.5em;
  }

  /*===== カルーセル下バナー（SP） =====*/
  .heding_bnr {
    margin: 0 auto 15px;
  }

  .heding_bnr ul {
    text-align: center;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .heding_bnr ul li {
    width: 49%;
    margin: 2% 0 0;
  }

  .heding_bnr ul li:nth-of-type(2n) {
    margin: 2% 0 0 2%;
  }

}

/* =========================
*  お知らせ
========================= */
@media screen and (min-width: 900px) {
  #topics,
  #topics_fix {
    background-color: #f5f5f5;
    color: #636363;
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
  }
  #topics .slick-txt,
  #topics_fix p {
    width: 900px;
    margin: 0 auto;
  }
  /*
  #topics .slick-prev {
    left: 0 !important;
    z-index: 1 !important;
  }
  #topics .slick-next {
    right: 0 !important;
  }
  */
  #topics .slick-prev:before,
  #topics .slick-next:before {
    color: #4b4b4b !important; /*黒にする*/
    opacity: 1 !important; /*デフォルトは.75が指定されている*/
  }
  #topics_fix p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media screen and (max-width: 899px) {
  #topics,
  #topics_fix {
    background-color: #f5f5f5;
    color: #636363;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    /* margin: 10px 0 0; */
  }
  #topics .slick-txt li,
  #topics_fix p {
    /* 三点リーダー対応 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #topics .slick-list {
    width: 85%;
    margin: 0 auto;
  }
  #topics .slick-prev {
    left: 0px;
  }
  #topics .slick-next {
    right: 0px;
  }
}

/* =========================
*  NEWS
========================= */
#top_news .emphasis a {
  color: #0052a4 !important;
}

#top_news .emphasis a:hover {
  text-decoration: none !important;
}

.news_area_2024 {
  color: #313530;
}

.news_area_2024 .news_item a:hover {
  text-decoration: none;
}

.news_area_2024 .news_item a:hover .news_title {
  text-decoration: underline;
}

#top_news .news_thumbnail {
  aspect-ratio: 16/9;
  text-align: center;
}

#top_news .news_thumbnail img {
  /* height: 100%; */
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  #top_news {
    margin: 90px 0 0;
  }

  #top_news .flex_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }

  #top_news .headline {
    width: 15%;
    padding: 0 3% 0 2%;
  }

  #top_news .lead-more {
    margin: 50px 0 0;
    background-color: #0052a4;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 180px;
  }

  #top_news .youtube {
    margin: 15px 0 0;
    background-color: #c4302b;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 180px;
  }

  #top_news .scoop {
    margin: 15px 0 0;
    background-color: #ff850c;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 180px;
  }

  #top_news .lead-more a,
  #top_news .youtube a,
  #top_news .scoop a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    display: block;
  }

  /****** 2024ver *****/
  .news_area_2024 {
    width: 80%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
  }

  .news_area_2024 h3 {
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 0.25em;
    border-bottom: 2px solid #0050ff;
    margin: 0 0 1em;
  }

  .news_area_2024 .news_item {
    width: 30%;
    margin: 1.5em 5% 1.5em 0;
  }

  .news_area_2024 .news_item:first-child {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
  }
  .news_area_2024 .news_item:last-child {
    margin: 1em 0 0 0;
  }
  .news_area_2024 .news_item:first-child a {
    display: flex;
    margin: 1em 0 1.5em;
  }
  .news_area_2024 .news_item:first-child .news_detail {
    width: 64%;
    margin: 0 2% 0 0;
  }
  .news_area_2024 .news_item:first-child .news_title {
    font-size: 24px;
    font-weight: 700;
    word-break: break-all;
    margin: 0 0 0.5em;
  }
  .news_area_2024 .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;
  }
  .news_area_2024 .news_item:first-child .news_thumbnail {
    width: 34%;
    margin: 0;
  }
  .news_area_2024 .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;
  }

  .news_area_2024 .news_item .news_pubDate {
    color: #b4b4b4;
    font-size: 12px;
    text-align: right;
    margin: 0.5em 0 0;
  }

  .news_area_2024 .news_thumbnail {
    margin: 0 0 0.5em;
  }

  .news_area_2024 .news_thumbnail img {
    border-radius: 15px;
  }

  .news_area_2024 .news_item:nth-of-type(n+2) .news_thumbnail img {
    max-height: 172px;
  }

  .news_area_2024 .news_item ul {
    display: -webkit-box;
    display: flex;
    margin: 5px 0 0;
  }
  .news_area_2024 .news_item ul li {
    padding: 0.25em 1em 0.5em;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 100;
  }
  .news_area_2024 .news_item ul li:nth-child(n+2) {
    margin: 0 0 0 5px;
  }
  .news_area_2024 .news_item ul li.breakingNewsLocal {
    background: #ff0000;
    color: #ffffff;
  }
  .news_area_2024 .news_item ul li.category {
    background: #0052a4;
    color: #ffffff;
  }
  .news_area_2024 .news_item ul li.digCategory {
    background: #0050ff;
    color: #ffffff;
  }
  .news_area_2024 .news_item ul li.specialFeature {
    background: #ff91a0;
    color: #ffffff;
  }
}

@media screen and (max-width: 899px) {
  #top_news {
    margin: 15px 0 0;
  }

  #top_news .links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0;
  }
  #top_news .links p {
    margin: 0 0.5em;
  }
  #top_news .lead-more {
    margin: 0;
  }

  #top_news .youtube {
    background-color: #c4302b;
    border-radius: 100vh;
    text-align: center;
    width: 150px;
  }

  #top_news .scoop {
    background-color: #ff850c;
    border-radius: 100vh;
    text-align: center;
    width: 150px;
  }

  #top_news .youtube a,
  #top_news .scoop a {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    display: block;
    padding: 0.5em 0;
  }

  /****** 2024ver *****/
  .news_area_2024 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
  	justify-content: center;
    flex-wrap: wrap;
  }

  .news_area_2024 h3,
  .news_area_2024 .news_description {
    display: none;
  }

  .news_area_2024 .news_item {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 0.75em;
    margin: 0 0 0.75em;
  }

  .news_area_2024 .news_item a {
    display: flex;
  }

  .news_area_2024 .news_item:nth-of-type(n+2) a {
    flex-direction: row-reverse;
  }

  .news_area_2024 .news_detail {
    width: 56%;
    margin: 0 2% 0 0;
  }

  .news_area_2024 .news_pubDate {
    font-size: 10px;
    margin: 0.5em 0 0;
    text-align: right;
    color: #b4b4b4;
  }
  .news_area_2024 .news_title {
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .news_area_2024 .news_thumbnail {
    width: 42%;
  }
  .news_area_2024 .news_thumbnail img {
    border-radius: 5px;
  }
  .news_area_2024 .news_item ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .news_area_2024 .news_item ul li {
    padding: 0.2em 1em 0.4em;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 100;
    margin: 5px 5px 0 0;
  }
  .news_area_2024 .news_item ul li:nth-child(n+2) {

  }
  .news_area_2024 .news_item ul li.breakingNewsLocal {
    background: #ff0000;
    color: #ffffff;
  }
  .news_area_2024 .news_item ul li.category {
    background: #0052a4;
    color: #ffffff;
  }
  .news_area_2024 .news_item ul li.digCategory {
    background: #0050ff;
    color: #ffffff;
  }
  .news_area_2024 .news_item ul li.specialFeature {
    background: #ff91a0;
    color: #ffffff;
  }

}

/* =========================
*  PICK UP
========================= */
@media screen and (min-width: 900px) {
  #pickup {
    background-color: #f5f5f5;
    padding: 90px 0;
    margin: 120px 0 0;
  }
  #pickup .pickup_headline {
    display: flex;
    align-items: baseline;
    margin: 0 0 60px 60px;
  }
  #pickup .lead-more {
    background-color: #0052a4;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 120px;
    margin: 0 0 0 60px;
  }
  #pickup .lead-more a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    display: block;
  }
  #pickup .pickup_box {
    display: flex;
    align-items: flex-start;
  }
  #pickup .pickup_box figure span.outer {
    margin: 5px 1em 0;
    display: block;
    overflow: hidden;
  }
  #pickup .pickup_box figure span.inner {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #pickup .pickup_box .slider-for {
    width: 45%;
    /* width: 570px; */
    margin: 0 15px;
  }
  #pickup .pickup_box .slider-for img {
    border-radius: 10px;
    /*
    border: 1px solid #1C1C1C;
    box-sizing: border-box;
    */
  }
  #pickup .pickup_box .slider-for span {
    font-size: 14px;
  }
  #pickup .pickup_box .pickup_box_right {
    width: 55%;
    /* width: 680px; */
  }
  #pickup .pickup_box .pickup_box_right .slider-nav {
    display: flex;
    align-items: end;
  }
  #pickup .pickup_box .pickup_box_right .slider-nav img {
    border-radius: 15px;
    /*
    border: 1px solid #1C1C1C;
    box-sizing: border-box;
    */
  }
  #pickup .pickup_box .pickup_box_right .slider-nav button.slick-prev {
    left: 10px;
    z-index: 999;
  }
  #pickup .pickup_box .pickup_box_right .slider-nav button.slick-next {
    right: 10px;
    z-index: 999;
  }
  #pickup .pickup_box .pickup_box_right .slider-nav button.slick-prev:before,
  #pickup .pickup_box .pickup_box_right .slider-nav button.slick-next:before {
    color: #1C1C1C;
  }
}

@media screen and (max-width: 899px) {
  #pickup {
    margin: 30px 0 0;
  }
  #pickup .pickup_box {

  }
  #pickup .pickup_flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
  }
  #pickup .pickup_flex figure img {
    border-radius: 10px;
  }
  #pickup .pickup_flex figure:first-child {
    width: 100%;
  }
  #pickup .pickup_flex figure {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  #pickup .pickup_flex figure:nth-of-type(1) {
    margin: 0 0 4%;
  }
  #pickup .pickup_flex figure:nth-of-type(2) {
    margin: 0 4% 4% 0;
  }
  #pickup .pickup_flex figure:nth-of-type(3) {
    margin: 0 0 4%;
  }
  #pickup .pickup_flex figure:nth-of-type(4) {
    margin: 0 4% 0 0;
  }
  #pickup .pickup_flex figure:nth-of-type(5) {
    margin: 0;
  }
  #pickup .pickup_box figure span.outer {

  }
}

/* =========================
*  広告（FourM）
========================= */
@media screen and (min-width: 900px) {
  #div-gpt-ad-pc_middle_1stbanner,
  #div-gpt-ad-pc_middle_2ndbanner {
    margin: 60px 0 0;
  }
}
/* =========================
*  PROGRAM（PC）
========================= */
#program .program_box .tv_program ul.navi li:first-child {
  background: #0052a4;
}
#program .program_box .radio_program ul.navi li:first-child {
  background: #055d05;
}
#program .program_box ul.navi li:last-child {
  background: #7e7e7e;
}
#program .program_box ul.navi li a {
  color: #ffffff;
}
#program .program_box .tv_program .broadcast li .current {
  background: #0052a4 !important;
}
#program .program_box .tv_program .broadcast li .current:before {
  border-color: transparent transparent transparent #0052a4 !important;
}
#program .program_box .radio_program .broadcast li .current {
  background: #055d05 !important;
}
#program .program_box .radio_program .broadcast li .current:before {
  border-color: transparent transparent transparent #055d05 !important;
}
@media screen and (min-width: 900px) {
  #program {
    margin: 60px 0 0;
    padding: 60px 0;
    background: #f5f5f5;
  }
  #program .program_box {
    display: flex;
    /* justify-content: space-between; */
    margin: 45px 0;
  }
  /*
  #program .program_box .tv_program,
  #program .program_box .radio_program {
    max-width: 48%;
  }
  */
  #program .program_box .tv_program {
    margin: 0 60px 0 0;
  }
  #program .program_box ul.navi {
    display: flex;
    margin: 0 0 15px;
  }
  #program .program_box ul.navi li {
    padding: 5px 0;
    font-size: 15px;
    border-radius: 100vh;
    font-weight: 100;
    width: 120px;
    text-align: center;
  }
  #program .program_box ul.navi li:first-child {
    color: #ffffff;
    margin: 0 15px 0 10px;
  }
  #program .program_box .table_box {
    background: #ffffff;
    padding: 30px;
    overflow: hidden;
    min-height: 320px;
  }
  #program .program_box .broadcast {
    overflow: auto;
    overflow-x: hidden;
    font-size: 16px;
    max-height: 320px;
    width: 550px;
  }
  #program .program_box .broadcast li {
    display: flex;
    border-bottom: 2px solid #ffffff;
    margin: 0 10px 0 0;
  }
  #program .program_box .broadcast li img {
    max-width: 150px;
    margin: 0 15px 0 0;
  }
  /*
  #program .program_box .broadcast li .title {
    margin: 0 15px 0 0;
  }
  */
  /*===== テレビ番組表 =====*/
  #program .program_box .tv_program .broadcast li .time {
    min-width: 140px;
    background: #5e92c6;
    color: #ffffff;
    text-align: center;
    padding: 10px 0 0;
    margin: 0 20px 0 0;
    position: relative;
    min-height: 30px;
  }
  #program .program_box .tv_program .broadcast li .time:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #5e92c6;
    top: 10px;
    left: 140px;
  }
  #program .program_box .tv_program .broadcast li a {
    font-family: "MotoyaAr04pMaruN";
    display: flex;
    align-items: flex-start;
    /* align-items: center; */
    width: 400px;
    padding: 10px 0;
  }

  /*===== ラジオ番組表 =====*/
  #program .program_box .radio_program .broadcast li .time {
    min-width: 140px;
    background: #82ae82;
    color: #ffffff;
    text-align: center;
    margin: 0 20px 0 0;
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #program .program_box .radio_program .broadcast li .time:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #82ae82;
    top: 20px;
    left: 140px;
  }
  #program .program_box .radio_program .broadcast li .detail {
    display: flex;
    align-items: center;
  }
  #program .program_box .radio_program .broadcast li a {
    display: flex;
    align-items: center;
    width: 400px;
    padding: 10px 0;
  }
  /*
  #program .program_box .radio_program .broadcast li p.title {
    color: #4b4b4b;
  }
  */
}

@media screen and (max-width: 899px) {
  #program {
    margin: 30px 0 0;
    padding: 30px 0;
    background: #f5f5f5;
  }
  #program .program_box ul.navi {
    display: flex;
    margin: 0 0 10px;
  }
  #program .program_box ul.navi li {
    padding: 5px 0;
    font-size: 12px;
    border-radius: 100vh;
    font-weight: 100;
    width: 100px;
    text-align: center;
  }
  #program .program_box ul.navi li:first-child {
    background: #0052a4;
    color: #ffffff;
    margin: 0 5px 0 0;
  }
  #program .table_box {
    background-color: #ffffff;
    padding: 10px;
  }
  #program .program_box .broadcast {
    overflow: auto;
    overflow-x: hidden;
    font-size: 12px;
    max-height: 300px;
  }
  #program .program_box .broadcast li {
    display: flex;
    border-bottom: 2px solid #ffffff;
    margin: 0 10px 0 0;
  }
  #program .program_box .broadcast li .current {
    background: #0052a4 !important;
  }
  #program .program_box .broadcast li .current:before {
    border-color: transparent transparent transparent #0052a4 !important;
  }
  #program .program_box .broadcast li a img {
    /* max-width: 95%; */
    /* margin: 0 15px 0 0; */
  }
  /*===== テレビ番組表 =====*/
  #program .tv_program {
    margin: 30px 0 0;
  }
  #program .program_box .tv_program .broadcast li .time {
    width: 30%;
    background: #5e92c6;
    color: #ffffff;
    text-align: center;
    padding: 10px 0 0;
    margin: 0 20px 0 0;
    position: relative;
    min-height: 30px;
  }
  #program .program_box .tv_program .broadcast li .time:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #5e92c6;
    top: 5%;
    left: 100%;
  }
  #program .program_box .tv_program .broadcast li a {
    font-family: "MotoyaAr04pMaruN";
    width: 70%;
    padding: 5px 0;
  }

  /*===== ラジオ番組表 =====*/
  #program .radio_program {
    margin: 30px 0 0;
  }
  #program .program_box .radio_program .broadcast li .time {
    min-width: 30%;
    background: #82ae82;
    color: #ffffff;
    text-align: center;
    margin: 0 20px 0 0;
    position: relative;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #program .program_box .radio_program .broadcast li .time:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #82ae82;
    top: 5%;
    left: 100%;
  }
  #program .program_box .radio_program .broadcast li .detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #program .program_box .radio_program .broadcast li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* width: 70%; */
    padding: 5px 0;
  }
}

/* =========================
*  WEATHER
========================= */
@media screen and (min-width: 900px) {
  #top_weather {
    margin: 60px 0 0;
  }
  #top_weather .weather_headline {
    display: flex;
    align-items: baseline;
  }
  #top_weather .lead-more {
    background-color: #0052a4;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 120px;
    margin: 0 0 0 120px;
  }
  #top_weather .lead-more a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    display: block;
  }
  #top_weather .weather_box {
    margin: 60px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #top_weather .weather_box li {
    width: 47.5%;
  }
  #top_weather .weather_box img {
    border-radius: 30px;
    box-shadow: 0 0 15px 0px rgb(0 0 0 / 50%);
  }
}

@media screen and (max-width: 899px) {
  #top_weather {
    margin: 30px 0 0;
  }
  #top_weather .weather_box {
    width: 90%;
    margin: 15px auto 0;
  }
  #top_weather ul li {
    margin: 0 0 15px;
  }
  #top_weather ul li:last-child {
    margin: 0;
  }
  #top_weather .weather_box img {
    border-radius: 15px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%);
  }
}

/* =========================
*  EVENT&PRESENT
========================= */
#top_eve-pre {
  background: #f5f5f5;
  font-weight: 500;
  font-size: 1rem;
}

#top_eve-pre .emphasis p:first-child {
  line-height: 1em;
}

#top_eve-pre dl a:hover {
  text-decoration: none;
}

#top_eve-pre dl a:hover dt {
  text-decoration: underline;
}

#top_eve-pre dl a img {
  vertical-align: middle;
}

#top_eve-pre dd span.cat_tv {
  background: rgba(0, 204, 204, 1);
}

#top_eve-pre dd span.cat_rd {
  background: rgba(0, 153, 255, 1);
}

#top_eve-pre dd span.cat_ev {
  background: rgba(102, 102, 255, 1);
}

#top_eve-pre dd span.cat_pr {
  background: rgba(255, 170, 51, 1);
}

#top_eve-pre dd span.cat_cp {
  background: rgba(204, 0, 255, 1);
}

#top_eve-pre dd span.cat_ot {
  background: rgba(255, 51, 153, 1);
}

@media screen and (min-width: 900px) {
  #top_eve-pre {
    margin: 90px 0 0;
    padding: 90px 0;
  }

  #top_eve-pre .eve-pre_headline {
    display: flex;
    align-items: baseline;
  }

  #top_eve-pre .emphasis p:last-child {
    margin: 0.75em 0 0;
  }

  #top_eve-pre .lead-more {
    background-color: #0052a4;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 120px;
    margin: 0 0 0 120px;
  }

  #top_eve-pre .lead-more a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    display: block;
  }

  #top_eve-pre .eve-pre_container_sp {
    display: none;
  }

  #top_eve-pre .eve-pre_container_pc {
    margin: 60px 0 0;
  }

  #top_eve-pre .eve-pre_container_pc .swiper {
    overflow: visible;
  }

  #top_eve-pre dl {
    align-items: stretch;
  }

  #top_eve-pre dl a {
    border-radius: 0 0 1em 1em;
    background: #fff;
    box-shadow: 0.5em 0.5em 1em rgba(0,0,0,.25);
    padding: 0 0 3em;
  }

  #top_eve-pre dl a img {
    margin: 0 0 0.25em;
  }

  #top_eve-pre dt {

  }

  #top_eve-pre dt span {
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin: 0.5em 1em 0;
  }

  #top_eve-pre dd.cat {
    color: #ffffff;
    margin: 0.25em 0.75em 0;
  }

  #top_eve-pre dd.cat span {
    font-size: 12px;
    padding: 0.25em 0.5em;
    margin: 0.25em 0.5em 0 0;
    border-radius: 0.5em;
    display: inline-block;
  }

  #top_eve-pre dd.pdt {
    position: absolute;
    bottom: 0.5em;
    right: 1em;
  }

  #top_eve-pre dd.pdt span {
    font-size: 12px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 5em !important;
    height: 5em !important;
    display: grid;
    place-content: center;
    cursor: pointer;
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
    transition: .8s cubic-bezier(.2, 1, .2, 1);
  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 100%;
    -webkit-box-shadow: 0.25em 0.25rem 0.5em rgba(0, 0, 0, .05), -0.25em -0.25em 0.5em #FFF;
    box-shadow: 0.25em 0.25rem 0.5em rgba(0, 0, 0, .05), -0.25em -0.25em 0.5em #FFF;
    background: rgba(0,0,0,0.5);
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    content: "" !important;
    width: 1em;
    height: 1rem;
    border: solid #ddd;
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }


}

@media screen and (max-width: 899px) {
  #top_eve-pre {
    margin: 30px 0 0;
    padding: 30px 0;
  }

  #top_eve-pre .eve-pre_container_pc {
    display: none;
  }

  #top_eve-pre dl {
    display: block;
  }

  #top_eve-pre dl a {
    display: block;
    position: relative;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    margin: 0 auto 4%;
    padding: 1.5em 0.75em 0.75em;
    border-radius: 0.5em;
    box-sizing: border-box;
  }

  #top_eve-pre dl .eve-pre_box {
    display: flex;
  }

  #top_eve-pre dt {
    width: 38%;
    margin: 0.5em 0 0;
  }

  #top_eve-pre dt img {
    object-fit: cover;
    object-position: 50% 0;
    aspect-ratio: 16/9;
    vertical-align: middle;
  }

  #top_eve-pre dl .eve-pre_box div {
    width: 60%;
    margin: 0 0 0 2%;
  }

  #top_eve-pre dd.ttl {
    font-size: 12px;
    margin: 0 0 0.25em;
  }

  #top_eve-pre dd.ttl span {
    display: block;
    margin: 0.5em 0.5em 0;
    line-height: 1.25em;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  #top_eve-pre dd.cat span {
    font-size: 10px;
    font-weight: 600;
    display: inline-block;
    margin: 0.5em 0 0 0.5em;
    padding: 0.5em;
    border-radius: 0.5em;
    color: #ffffff;
  }

  #top_eve-pre span.pdt {
    position: absolute;
    font-size: .6rem;
    left: 1.2em;
    top: 1em;
    bottom: 0;
    right: 0;
  }

}

/* =========================
*  NEW ARTICLE
========================= */
#top_new-article {
  background: #f5f5f5;
  font-weight: 500;
  font-size: 1rem;
}

#top_new-article .emphasis p:first-child {
  line-height: 1em;
}

#top_new-article dl a:hover {
  text-decoration: none;
}

#top_new-article dl a:hover dt {
  text-decoration: underline;
}

#top_new-article dl a img {
  vertical-align: middle;
}

#top_new-article dl a dt img {
  object-fit: contain;
  /* aspect-ratio: 16 / 9; */
  aspect-ratio: 4 / 3;
  width: 100%;
}

#top_new-article dd span.cat_tv {
  background: rgba(0, 204, 204, 1);
}

#top_new-article dd span.cat_rd {
  background: rgba(0, 153, 255, 1);
}

#top_new-article dd span.cat_kenju {
  background: rgba(153, 221, 51, 1);
}

#top_new-article dd span.cat_p-blog {
  background: rgba(0, 153, 255, 1);
}

#top_new-article dd span.cat_bousai {
  background: rgba(0, 204, 204, 1);
}

#top_new-article dd span.cat_kids-per {
  background: rgba(102, 102, 255, 1);
}

#top_new-article dd span.cat_itadakimasu {
  background: rgba(153, 221, 51, 1);
}

#top_new-article dd span.cat_a-blog {
  background: rgba(255, 51, 153, 1);
}

#top_new-article dd span.cat_snp {
  background: rgba(255, 170, 51, 1);
}

#top_new-article dd span.cat_kids-pjt {
  background: rgba(255, 51, 153, 1);
}

#top_new-article dd span.cat_meisatsu {
  background: rgba(204, 0, 255, 1);
}

#top_new-article dd span.cat_omusubi {
  background: rgba(153, 221, 51, 1);
}

#top_new-article dd span.cat_kids-col {
  background: rgba(255, 170, 51, 1);
}

#top_new-article dd span.cat_aibokin {
  background: rgba(255, 51, 153, 1);
}

#top_new-article dd span.cat_pov {
  background: rgba(255, 170, 51, 1);
}

#top_new-article dd span.cat_well-being {
  background: rgba(204, 0, 255, 1);
}

#top_new-article dd.logo {
  position: absolute;
  bottom: 0.75em;
  left: 1em;
  font-size: 11px;
  width: 12em;
}

#top_new-article dd.logo img {
  margin: 0;
}

@media screen and (min-width: 900px) {
  #top_new-article {
    margin: 90px 0 0;
    padding: 90px 0;
  }

  #top_new-article .new-article_headline {
    display: flex;
    align-items: baseline;
  }

  #top_new-article .emphasis p:last-child {
    margin: 0.75em 0 0;
  }

  #top_new-article .lead-more {
    background-color: #0052a4;
    border-radius: 100vh;
    text-align: center;
    padding: 5px 0;
    width: 120px;
    margin: 0 0 0 120px;
  }

  #top_new-article .lead-more a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    display: block;
  }

  #top_new-article .new-article_container_sp {
    display: none;
  }

  #top_new-article .new-article_container_pc {
    margin: 60px 0 0;
  }

  #top_new-article .new-article_container_pc .swiper {
    overflow: visible;
  }

  #top_new-article dl {
    align-items: stretch;
  }

  #top_new-article dl a {
    border-radius: 0 0 1em 1em;
    background: #fff;
    box-shadow: 0.5em 0.5em 1em rgba(0,0,0,.25);
    padding: 0 0 3.5em;
  }

  #top_new-article dl a img {
    margin: 0 0 0.25em;
  }

  #top_new-article dt {
    color: #000000;
    margin: 0 0 0.5em;
  }

  #top_new-article dt span {
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin: 0.5em 1em 0;
  }

  #top_new-article dd.cat {
    color: #ffffff;
    margin: 0.25em 0.75em 0;
  }

  #top_new-article dd.cat span {
    font-size: 11px;
    padding: 0.25em 0.5em;
    margin: 0.5em 0.5em 0 0;
    border-radius: 0.5em;
    display: inline-block;
  }

  #top_new-article dd.cat span:last-child {
    margin: 0.5em 0 0;
  }

  #top_new-article dd.pdt {
    position: absolute;
    bottom: 0.5em;
    right: 1em;
  }

  #top_new-article dd.pdt span {
    font-size: 12px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 5em !important;
    height: 5em !important;
    display: grid;
    place-content: center;
    cursor: pointer;
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
    transition: .8s cubic-bezier(.2, 1, .2, 1);
  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 100%;
    -webkit-box-shadow: 0.25em 0.25rem 0.5em rgba(0, 0, 0, .05), -0.25em -0.25em 0.5em #FFF;
    box-shadow: 0.25em 0.25rem 0.5em rgba(0, 0, 0, .05), -0.25em -0.25em 0.5em #FFF;
    background: rgba(0,0,0,0.5);
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    content: "" !important;
    width: 1em;
    height: 1rem;
    border: solid #ddd;
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }


}

@media screen and (max-width: 899px) {
  #top_new-article {
    margin: 30px 0 0;
    padding: 30px 0;
  }

  #top_new-article .new-article_container_pc {
    display: none;
  }

  #top_new-article dl {
    /* display: block; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #top_new-article dl a {
    display: block;
    position: relative;
    background: #ffffff;
    /* width: 100%; */
    width: 48%;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    margin: 0 0 4%;
    padding: 1.5em 0.5em 0.5em;
    border-radius: 0.5em;
    box-sizing: border-box;
    color: #000000 !important;
    opacity: 1;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 1s;
  }

  #top_new-article dl a.is-hidden {
    display: none;
    opacity: 0;
    height: 0;
    margin: 0;
    transition: all 0.4s ease 0s;
  }

  #top_new-article dl .new-article_box {
    /* display: flex; */
  }

  #top_new-article dt {
    /* width: 38%; */
    margin: 0.5em 0 0;
  }

  #top_new-article dt img {
    object-fit: cover !important;
    object-position: 50% 50%;
    aspect-ratio: 4/3;
    vertical-align: middle;
  }

  #top_new-article dl .new-article_box div {
    /* width: 60%;
    margin: 0 0 0 2%; */
  }

  #top_new-article dd.ttl {
    font-size: 12px;
    margin: 0 0 0.25em;
  }

  #top_new-article dd.ttl span {
    display: block;
    margin: 0.5em 0.5em 0;
    line-height: 1.25em;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #top_new-article dd.cat span {
    font-size: 10px;
    font-weight: 600;
    display: inline-block;
    margin: 0.5em 0 0 0.5em;
    padding: 0.5em;
    border-radius: 0.5em;
    color: #ffffff;
  }

  #top_new-article dd.logo {
    position: static;
    width: auto;
    margin: 0.5em 0.5em 0;
  }

  #top_new-article span.pdt {
    position: absolute;
    font-size: .6rem;
    left: 1.2em;
    top: 1em;
    bottom: 0;
    right: 0;
  }

  #top_new-article button {
    background: #0052a5;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 100vh;
    padding: 0.5em 0;
    font-size: 14px;
    color: #ffffff;
    font-style: italic;
    font-family: 'Noto Sans JP', sans-serif;
  }

}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}