@charset "UTF-8";
/* CSS Document */
@media print {
  body {
    display: none;
  }
}
.pc {display: block;}
.sp {display: none;}
@media screen and (max-width: 768px) {
    .pc {display: none;}
    .sp {display: block;}
}
/* ------------------------------
全体背景
------------------------------ */
#theme {
  background: 
  /*url(../img/fixed-bottom-image.png) no-repeat center bottom,  ← 下部固定画像 */
  url("../img/bg.jpg") /*, #131313*/;
  background-size: 
        /*auto,         下部画像は元サイズ */
        cover;       /* 背景は全体カバー */
    background-attachment: 
        /*scroll,       下部画像はスクロール */
        fixed;       /* 元の背景画像は固定 */
    background-repeat: 
        /*no-repeat, */
        no-repeat;
    background-position: 
        /*center bottom, */
        center center;
}
#fp-contents {
  padding-bottom: 150px;
}
/* ------------------------------
リンク
------------------------------ */
#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: #000;
}
/* ------------------------------
ナビメニュー
------------------------------ */
#theme #fp-hdr-block #fp-nav ul { /*background-color: #aa212d;*/ color: rgb(255, 255, 255); /*border-bottom: 1px solid #aa222d;*/
}
/*#fp-nav.samePageNav ul li:after {
  text-shadow: unset;
}*/
#theme #fp-hdr-block #fp-nav ul li a {
  color: #fff;
  background-color: #09bd7a;
  background-image: url('../img/pattern.png');
  background-repeat: repeat;
  background-size: auto;
  background-blend-mode: multiply; 
  /*text-shadow: unset;*/
}
#theme #fp-hdr-block #fp-nav ul li:not(:last-of-type) a {
  border-right: 1px solid #000;
}
#theme #fp-hdr-block #fp-nav ul li a:hover {
  background-color: #078f5c;
}
/* ------------------------------
各タイトル
------------------------------ */
#theme #fp-main h2 {
  color: #fff;
  /*background: url("/common/images/pattern/pat_blue_031.png") repeat;*/
  background-color: #b341ff;
    border-bottom: 3px solid #6d269c;
  background-image: url('../img/pattern.png');
  background-repeat: repeat;
  background-size: auto;
  background-blend-mode: multiply;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}
#theme #fp-main h3 {
  background-color: #000;
}
/* 放送時間調整文言 */
#fp-cnt #fp-tmppage-simple-oainfo p.oa_change_text {
  color: #fb3668;
}
#theme #fp-main h4 {
  border-left-color: #4caf50;
}
/* ------------------------------
コンテンツ背景
------------------------------ */
#fp-main, #fp-ftr {
  background: rgba(255, 255, 255, 80%);
}
/* ------------------------------
リンクボタン
------------------------------ */
.linkBtn a:hover, .linkBtn a:active {
  background: #c9c2c2;
}
#theme #fp-main .linkBtn a::after {
  border-color: #FFF;
}
/* ------------------------------
バックナンバー　今後の放送スケジュール
------------------------------ */
#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_wrap {
  display: flex;
}
/* ------------------------------
Twitter⇒X対応
------------------------------ */
#tw {
  /* width: 780px; */
  width: 48%;
  margin: 0 auto 32px;
}
#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
------------------------------ */
.insta_wrap {
  width: 100%;
  margin: 24px auto 0;
  padding: 24px;
  background-color: #fff;
  box-sizing: border-box;
}
 /* ------------------------------
動画
------------------------------ */
.youtube-wrapper {
  width:100%;
  height:0;
  padding-bottom:56.25%;
  position:relative
}
.youtube-wrapper iframe {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
 /* ------------------------------
放送内容詳細：脳内大喜利、冠代行エーアイ
------------------------------ */
#fp-tmppage-simple-story h3{
  color: #fff;
  background-color: #9227b3 !important;
  padding: 0.6rem;
}
#fp-tmppage-simple-story p{
  margin-top: 1.2rem;
}
#fp-tmppage-simple-story span{
  display: block;
  margin-bottom: 1.2rem;
}

/* ------------------------------
  for Smartphone
------------------------------ */
@media screen and (max-width: 768px) {
  #theme {
    background-size: 
        /*100% auto,  ボトム画像の幅を100%、高さは自動 */
        cover;
}
#fp-contents {
  padding-bottom: 35px;
}
  /* ------------------------------
タイトルバー
------------------------------ */
  #fp-cnt #fp-main h2 {
    /*background: url("/common/images/pattern/pat_blue_031_2x.png");*/
    background:none; background-color: #09bd7a; /*パターン画像なし*/
    background-image: url('../img/pattern.png');
    background-repeat: repeat;
    background-size: auto;
    background-blend-mode: multiply;
  }
  /* ------------------------------
リンクボタン
------------------------------ */
  #theme #fp-main .linkBtn a::after {
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
  }
  /* ------------------------------
公式SNS
------------------------------ */
.sns_wrap {
  display: block;
}
  /* ------------------------------
Twitter⇒X対応
------------------------------ */
#tw {
  width: 100%;
  padding-top: 0;
  margin: 20px auto 20px;
}
#tw a .tw_inner {
  margin-right: 14px;
}
#tw a {
  padding: 20px;
}
#tw a::after {
  padding: 14px 0;
}
#tw a p {
  font-size: 18px;
}
 /* ------------------------------
Instagram
------------------------------ */
.insta_wrap {
  padding: 3% 3% 0;
}
}