@charset "UTF-8";
/* CSS Document */
@media print {
  body {
    display: none;
  }
}
/* ------------------------------
全体背景
------------------------------ */
#theme {
  background-color: #f9edd5;
  background: url("../img/bg_l.png"), url("../img/bg_c.png"), url("../img/bg_r.png"), url("../img/bg_pat_note.png"), #f9edd5;
  background-repeat: repeat-y,repeat-y,repeat-y,repeat;
  background-position: top left,top center,top right,top left;
  background-size: auto,auto,auto,auto;
}
/* #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: #000;
}
#fp-airdate {
  line-height: 1.3 !important;
}
/* ------------------------------
TVer・FODバナー
------------------------------ */
#tver-fod-bnr ul {
  /*justify-content: center  !important;*/
  padding: 10px 0 0 !important;
}
/* ------------------------------
ハッシュタグバナー
------------------------------ */
.bnr_hashtag {
  margin: 20px auto 0;
}
.bnr_hashtag .ttl_hashtag {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
}
.bnr_hashtag .ttl_hashtag span {
  font-size: 140%;
  color: #df7100;
}
.bnr_hashtag .link_post a {
  position: relative;
  display: block;
  margin: 6px auto;
  text-align: center;
  width: 574px;
  background: #fff;
  border: 3px solid #000;
  color: #000;
  padding: 20px;
  font-size: 1.4em;
  font-weight: bolder;
}
.bnr_hashtag .link_post a::after {
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 18px 0;
  text-align: center;
  color: #000;
  font-size: 114%;
}
.bnr_hashtag .link_post a:hover {
  opacity: 0.8;
}
/* ------------------------------
フジテレビ ヤングシナリオ大賞とは
------------------------------ */
.btn_yanshina {
  margin: 20px auto 0;
}
.btn_yanshina .link_yanshina a {
  position: relative;
  display: block;
  margin: 6px auto;
  text-align: center;
  width: 574px;
  background: #fff;
  border: 3px solid #000;
  color: #000;
  padding: 20px;
  font-size: 1.4em;
  font-weight: bolder;
}
.btn_yanshina .link_yanshina a::after {
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 18px 0;
  text-align: center;
  color: #000;
  font-size: 114%;
}
.btn_yanshina .link_yanshina a:hover {
  opacity: 0.8;
}
/* ------------------------------
ナビメニュー
------------------------------ */
#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: #fff;
  background-color: #d54d41;
  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: #bd3a2e;
}
#fp-nav.samePageNav ul li:after {
    color: #fff;
}
/* ------------------------------
共通レイアウト
------------------------------ */
.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: #fff;
  background:none;
  background-color: #d54d41;
  border-bottom: 3px solid #ad3227;
}
#theme #fp-main h3 {
  background: linear-gradient(90deg, #3b8b28, #5da74b 35%, #77c166 98%);
}
/* 放送時間調整文言 */
#fp-cnt #fp-tmppage-simple-oainfo p.oa_change_text {
  color: #fb3668;
}
#theme #fp-main h4 {
  border-left-color: #e9bc47;
}
/* ------------------------------
コンテンツ背景
------------------------------ */
#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_box.top{
  margin-bottom: 0;
}
.ph_box.bottom{
  margin-top: 0;
}
/* ------------------------------
場面写真（縦写真）
------------------------------ */
.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
------------------------------ */
#theme #fp-main #introduction .main_ttl {
  font-size: 160%;
  font-weight: bold;
  color: #1d7d05;
  line-height: 1.6;
  text-align: center;
  background: #1d7d05;
  background: -moz-linear-gradient(left, #1d7d05 0%, #68b257 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1d7d05), color-stop(100%, #68b257));
  background: -webkit-linear-gradient(left, #1d7d05 0%, #68b257 100%);
  background: -o-linear-gradient(left, #1d7d05 0%,#68b257 100%);
  background: -ms-linear-gradient(left, #1d7d05 0%,#68b257 100%);
  background: linear-gradient(to bottom, #1d7d05 0%, #68b257 98% 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d7d05', endColorstr='#68b257',GradientType=1 );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  filter: drop-shadow(1px 1px 0.5em #fff) drop-shadow(-1px -1px 0.5em #fff) drop-shadow(1px -1px 0.8em #fff);
  transform: translateZ(0);
  margin-bottom: 0.8em;
}
#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-top: 1.6em !important;
  margin-bottom: 0.8em !important;
  padding: 10px !important;
  font-size: 18px !important;
}
#comment .comment_txt {
  margin-bottom: 2.4em;
}
/* ------------------------------
相関図
------------------------------ */
#chart .clearfix{
  margin-bottom: 0 !important;
}
#chart .ph_wrap span{
  max-width: 75%;
}
/* ------------------------------
バックナンバー　今後の放送スケジュール
------------------------------ */
#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: 12px;
}
/* ------------------------------
X
------------------------------ */
/* ------------------------------
メインビジュアルエリア配置
------------------------------ */
#tw {
  width: 49.5%;
  max-width: 1280px;
  margin: 20px auto 0;
}
/* ------------------------------
通常配置（コンテンツエリア：公式SNS）
------------------------------ */
#tw.contents-erea-tw{
  margin-bottom: 32px;
}
#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 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;
}
/* ------------------------------
通常配置（コンテンツエリア：公式SNS）
------------------------------ */
/*#instagram {
  margin: 0 auto 30px;
}*/
#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 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;
}

 /* ------------------------------
Instagram（埋め込み）
------------------------------ */
.insta_wrap.contents-erea-insta{
  width: 100%;
  margin: 24px auto 0;
  padding: 24px;
  background-color: #fff9f3;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .insta_wrap.contents-erea-insta {
      padding: 3% 3% 0;
  }
}
.insta_wrap.contents-erea-insta .img_wrap img {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  max-width: none !important;
}
.insta_wrap.contents-erea-insta .insta ul li {
  background: #fff9f3;
}

/* ------------------------------
  for Smartphone
------------------------------ */

@media screen and (max-width: 768px) {
  /* ------------------------------
全体背景
------------------------------ */
#theme {
  background-size: 100px 865px,144px 839px,100px 845px,2px 36px;
}
  /* ------------------------------
TVer・FODバナー
------------------------------ */
#tver-fod-bnr .pc {
  display: none;
}
/* ------------------------------
ハッシュタグバナー
------------------------------ */
.bnr_hashtag {
    margin: 0.4em auto 0;
}
.bnr_hashtag .ttl_hashtag {
    font-size: 0.9em;
}
.bnr_hashtag .ttl_hashtag span {
    font-size: 130%;
}
.bnr_hashtag .link_post a {
  width: 100%;
  padding: 10px;
  font-size: 18px;
}
.bnr_hashtag .link_post a::after {
  padding: 4px 0;
  font-size: 136%;
}
/* ------------------------------
フジテレビ ヤングシナリオ大賞とは
------------------------------ */
.btn_yanshina {
    margin: 0.4em auto 0;
}
.btn_yanshina .link_yanshina a {
  width: 100%;
  padding: 10px;
  font-size: 18px;
}
.btn_yanshina .link_yanshina a::after {
  padding: 4px 0;
  font-size: 136%;
}
  /* ------------------------------
ナビメニュー
------------------------------ */
#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;
  }
  /* ------------------------------
写真
------------------------------ */
  #fp-cnt .img_spmax, #fp-cnt .cf .img_spmax{
        width: 100%;
        margin: 0 auto 2vh;
        float: none;
        text-align: center;
  }
  /* ------------------------------
  INTRODUCTION
  ------------------------------ */
  #theme #fp-main #introduction .main_ttl {
  font-size: 120%;
  }
  #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;
  }
  #comment .comment_txt h4 {
    margin-top: 1em !important;
    margin-bottom: 0.7em !important;
}
  /* ------------------------------
  写真（COMMENT）
  ------------------------------ */
  #fp-cnt #comment .cf .img_spmax img{
    width: 90%;
  }
  /* ------------------------------
  公式SNSコンテナー括り
  ------------------------------ */
  .sns_container{
    display: block;
    gap: 0;
  }
      /* ------------------------------
  X
  ------------------------------ */
  /* ------------------------------
  メインビジュアルエリア配置
  ------------------------------ */
  #tw {
    width: 100%;
    margin: 0.4em auto;
  }
  /* ------------------------------
  通常配置
  ------------------------------ */
  /*#tw {
    width: 100%;
    padding-top: 0;
  }*/
  .tw_inner {
    margin-right: 14px;
  }
  #tw a {
    padding: 10px;
  }
  #tw a::after {
    padding: 4px 0;
  }
  #tw a p {
    font-size: 18px;
  }
  /* ------------------------------
  Instagram
  ------------------------------ */
  /* ------------------------------
  メインビジュアルエリア配置
  ------------------------------ */
  #instagram {
    width: 100%;
    margin: 0.4em auto 0;
  }
  /* ------------------------------
  通常配置
  ------------------------------ */
  /*#instagram{
    width: 100%;
    padding-top: 0;
  }*/
  .insta_inner {
    margin-right: 14px;
  }
  #instagram a {
    padding: 10px;
  }
  #instagram a::after {
    padding: 4px 0;
  }
  #instagram a p {
    font-size: 18px;
  }
  /* ------------------------------
  相関図
  ------------------------------ */
  #chart .ph_wrap span{
    max-width: 100%;
  }
}
