@charset "UTF-8";
/* CSS Document */
@media print {
  body {
    display: none;
  }
}
/* ------------------------------
全体背景
------------------------------ */
#theme {
  background-color: #000;
  background: url("../img/bg.jpg");
  background-size: contain;
  background-attachment: fixed; /* 元の背景画像は固定 */
}
/* #theme {
  background: url("../img/bg.png") repeat, linear-gradient(-180deg,#efe1c3 20%,#cfb367 80%);
  background-image: url(../img/bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
} */
/* ------------------------------
リンク
------------------------------ */
#theme #fp-main a, #theme #fp-main a:link, #theme #fp-main a:visited, #theme #fp-main a:hover, #theme #fp-main a:active {
  color: #202124;
}
/* ------------------------------
メインビジュアルエリア
------------------------------ */
/* 基本放送日時情報*/
#theme #fp-hdr-block #fp-airdate {
  color: #333;
}
#fp-airdate {
  line-height: 1.3 !important;
}
/* ------------------------------
TVer・FODバナー
------------------------------ */
#tver-fod-bnr ul {
  justify-content: center  !important;
  padding: 10px 0 0 !important;
}
/* ------------------------------
ナビメニュー
------------------------------ */
#theme #fp-hdr-block #fp-nav ul { /*background-color: #aa212d;*/ color: #333; /*border-bottom: 1px solid #aa222d;*/
}
#theme #fp-hdr-block #fp-nav ul li a {
  color: #333;
  background-color: #e6c43d;
  display: block;
  padding-top: 1em;
  text-shadow: none;
}
#theme #fp-hdr-block #fp-nav ul li:not(:last-of-type) a {
  border-right: 1px solid #fff;
}
#theme #fp-hdr-block #fp-nav ul li a:hover {
  background: #d49936;
  color: #333;
}
/* ------------------------------
共通レイアウト
------------------------------ */
.sp {
  display: none;
}
.pc {
  display: block;
}
.small{
  font-size: 70%;
}
#fp-main p.comingSoon {
  font-size: 1.6em;
  font-weight: bold;
}
/* ------------------------------
各タイトル
------------------------------ */
#theme #fp-main h2 {
  color: #333;
  background:none;
  background-color: #e6c43d;
  border-bottom: 3px solid #d49936;
}
#theme #fp-main h3 {
  background-color: #4f6090;
}
/* 放送時間調整文言 */
#fp-cnt #fp-tmppage-simple-oainfo p.oa_change_text {
  color: #fb3668;
}
#theme #fp-main h4 {
  border-left-color: #d49936;
}
/* ------------------------------
コンテンツ背景
------------------------------ */
#fp-main, #fp-ftr {
  background: rgba(255, 255, 255, 1.0);
}
/* ------------------------------
リンクボタン
------------------------------ */
.linkBtn a:hover, .linkBtn a:active {
  background: #c9c2c2;
}
#theme #fp-main .linkBtn a::after {
  border-color: #FFF;
}
/* ------------------------------
場面写真（複数並び）
------------------------------ */
.ph_box {
  gap: 12px;
}
/* ------------------------------
場面写真（縦写真）
------------------------------ */
.ph_vertical {
  max-width: 350px !important;
}
/* ------------------------------
動画
------------------------------ */
.youtube-wrapper {
  width:100%;
  height:0;
  padding-bottom:56.25%;
  position:relative;
  margin: 30px auto;
}
.youtube-wrapper iframe {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
/* ------------------------------
TOPICS
------------------------------ */
#topics ul li {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
#topics ul li a {
  display: block;
  /* color: #195086 !important; */
}
#topics ul li a:hover {
  background-color: #f5f2e0;
}
#topics ul li a p {
  font-weight: bold;
}
/* ------------------------------
INTRODUCTION
------------------------------ */
#introduction .introduction_txt h3{
  position: relative;
  margin-bottom: 0.7em;
  padding: 14px;
  background: linear-gradient(90deg,rgba(25,80,134,.3) 35%,rgba(152,184,171,.5));
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.364;
}
#introduction .introduction_txt h4{
  margin: 0.7em 0 !important;
  padding: 10px !important;
  font-size: 18px !important;
}
#introduction .introduction_txt {
  margin-bottom: 1.7em;
}
#fp-cnt .cf .rendou_img02.img_vertical {
  max-width: 338px;
}
/* ------------------------------
COMMENT
------------------------------ */
#comment .comment_txt h3{
  position: relative;
  margin-bottom: 0.7em;
  padding: 14px;
  background: linear-gradient(90deg,rgba(25,80,134,.3) 35%,rgba(152,184,171,.5));
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.364;
}
#comment .comment_txt h4 {
  margin: 0.7em 0 !important;
  padding: 10px !important;
  font-size: 18px !important;
}
#comment .comment_txt {
  margin-bottom: 1.7em;
}
/* ------------------------------
バックナンバー　今後の放送スケジュール
------------------------------ */
#fp-cnt .listbox li {
  background-color: #f3f3f3;
}

#theme #fp-cnt .listbox {
  background-color: #fff;
}
#fp-cnt .listbox li .date{
    color: #555;
}
/* ------------------------------
ニュース
------------------------------ */
#fp-cnt .newsList li .day {
  color: #555;
}
/* ------------------------------
お知らせ（放送内容エリア）
------------------------------ */
#fp-cnt #fp-tmppage-simple-oainfo .oa_attention {
  border: 2px solid #555;
}
/* ------------------------------
公式SNSコンテナー括り
------------------------------ */
.sns_container{
  display: flex;
  gap: 20px;
}
/* ------------------------------
X
------------------------------ */
/* ------------------------------
メインビジュアルエリア配置
------------------------------ */
#tw {
  width: 49.5%;
  max-width: 1280px;
  margin: 20px auto 0;
}
#tw a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 20px 0;
  text-decoration: none;
  position: relative;
}
#tw a::after{
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  font-size: 160%;
}
/* ------------------------------
通常配置
------------------------------ */
/*#tw {
  width: 780px;
  margin: 0 auto 30px;
}
#tw a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
}
#tw a::after{
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 160%;
}*/
#tw a:hover{
  opacity: 0.8;
}
#tw a .tw_inner {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
#tw a .tw_inner img{
  width: 26px;
  height: 26.7px;
  margin-bottom: 2px;
}
#tw a p {
  color: #fff;
  margin: 0;
  font-size: 1.4em;
  font-weight: bolder;
}
/* ------------------------------
Instagram
------------------------------ */
/* ------------------------------
メインビジュアルエリア配置
------------------------------ */
#instagram {
  width: 49.5%;
  max-width: 1280px;
  margin: 20px auto 0;
}
#instagram a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c5309e;
  padding: 20px 0;
  text-decoration: none;
  position: relative;
}
#instagram a::after{
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  font-size: 160%;
}
/* ------------------------------
通常配置
------------------------------ */
/*#instagram {
  width: 780px;
  margin: 0 auto 30px;
}
#instagram a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
}
#instagram a::after{
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 160%;
}*/
#instagram a:hover{
  opacity: 0.8;
}
#instagram a .insta_inner {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
#instagram a .insta_inner img{
  width: 30px;
  height: 30px;
  margin-bottom: 2px;
}
#instagram a p {
  color: #fff;
  margin: 0;
  font-size: 1.4em;
  font-weight: bolder;
}

/* ------------------------------
  for Smartphone
------------------------------ */

@media screen and (max-width: 768px) {
  /* ------------------------------
TVer・FODバナー
------------------------------ */
#tver-fod-bnr .pc {
  display: none;
}
  /* ------------------------------
ナビメニュー
------------------------------ */
#theme #fp-hdr-block #fp-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.3em;
}
#fp-nav ul li span {
  font-size: 60%;
}
  /* ------------------------------
共通レイアウト
------------------------------ */
.sp {
  display: block;
}
.pc {
  display: none;
}
  #fp-main p.comingSoon {
    font-size: min(4.7vw, 21px);
  }
  /* ------------------------------
タイトルバー
------------------------------ */
  #fp-cnt #fp-main h2 {
    /*background: url("/common/images/pattern/pat_blue_031_2x.png");*/
    /*background:none; background-color: #555; パターン画像なし*/
  }
  /* ------------------------------
リンクボタン
------------------------------ */
  #theme #fp-main .linkBtn a::after {
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
  }
  /* ------------------------------
INTRODUCTION
------------------------------ */
  #introduction .introduction_txt h3{
    font-size: 16px;
  }
  #introduction .introduction_txt h4{
    margin: 0.7em 0 !important;
    padding: 10px !important;
    font-size: 15px !important;
  }
  #fp-cnt .cf .rendou_img02.img_vertical {
    width: 70%;
    margin: 0 auto;
  }
  /* ------------------------------
COMMENT
------------------------------ */
  #comment .comment_txt h3{
    font-size: 16px;
  }
/* ------------------------------
公式SNSコンテナー括り
------------------------------ */
.sns_container{
  display: block;
  gap: 0;
}
    /* ------------------------------
X
------------------------------ */
/* ------------------------------
メインビジュアルエリア配置
------------------------------ */
#tw {
  width: 100%;
  margin: 15px auto 10px;
}
/* ------------------------------
通常配置
------------------------------ */
/*#tw {
  width: 100%;
  padding-top: 0;
}*/
.tw_inner {
  margin-right: 14px;
}
#tw a {
  padding: 20px;
}
#tw a::after {
  padding: 14px 0;
}
#tw a p {
  font-size: 18px;
}
/* ------------------------------
Instagram
------------------------------ */
/* ------------------------------
メインビジュアルエリア配置
------------------------------ */
#instagram {
  width: 100%;
  margin: 15px auto 10px;
}
/* ------------------------------
通常配置
------------------------------ */
/*#instagram{
  width: 100%;
  padding-top: 0;
}*/
.insta_inner {
  margin-right: 14px;
}
#instagram a {
  padding: 20px;
}
#instagram a::after {
  padding: 14px 0;
}
#instagram a p {
  font-size: 18px;
}
}

#introduction .introduction_txt a {
  color:#0000EE;
  text-decoration:none;
  }
#introduction .introduction_txt a:hover {
  color:#0000EE;
  text-decoration:underline;
}
#introduction .introduction_txt a:visited {
  color:#551A8B;
  text-decoration:underline;
}
