@charset "UTF-8";
/* CSS Document */
@media print {
  body {
    display: none;
  }
}
/* ------------------------------
全体背景
------------------------------ */
#theme {
  background: url("/kintsukuroi/images/bg.png") repeat/* ,#131313*/;
}
.fp-cont-inner.background-color.youtube-inner{
  background: #1f100a;
  padding: 30px 30px 50px 30px !important;
}
.background-color-grd{
  background:linear-gradient(180deg, #200F08 50%, #CA661C 100%);
}
.pg-top_adjustment_1{
  padding-top: 25px;
}
.pg-top_adjustment_2{
  padding: 25px 30px 50px !important;
}
/* ------------------------------
リンク
------------------------------ */
#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;
}
/* ------------------------------
メインビジュアルエリア
------------------------------ */
#fp-hdr-img img{
  border: 1px solid #DDA82A;
}
#fp-hdr {
  background: #1F1008;
}
/* 基本放送日時情報*/
#theme #fp-hdr-block #fp-airdate {
  color: #fff;
  font-family: serif;
}
/* ------------------------------
公式SNS
------------------------------ */
#sns_container{
  display: flex;
  gap: 12px;
}
#sns_container .x_twitter,
#sns_container .instagram,
#sns_container .TikTok{
    width: calc((100% - 20px) / 3);
    max-width: 1280px;
    margin: 20px auto 0;
}
#sns_container a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1F1008;
    padding: 20px 0;
    text-decoration: none;
    position: relative;
    border: 2px solid #D4AF37;
    box-shadow: inset 10px 10px 50px rgba(255, 236, 0, 0.16);
    box-sizing: border-box;
}
#sns_container .x_twitter_inner,
#sns_container .instagram_inner,
#sns_container .TikTok_inner{
  display: inline-block;
  margin-right: 12px;
}
#sns_container a::after{
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 23px 0;
  text-align: center;
  color: #fff;
  font-size: 114%;
}
#sns_container a:hover {
  background: rgba(250, 183, 40, 0.25);
}
#sns_container .x_twitter a img {
    width: 25px;
    margin-bottom: 2px;
}
#sns_container .instagram a img {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
}
#sns_container .TikTok a img {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
}
#sns_container a p{
    color: #fff;
    font-size: 1.4em;
    font-weight: bolder;
}
/* ------------------------------
フジテレビ ヤングシナリオ大賞とは
------------------------------ */
.btn_yanshina {
  display: flex;
  gap: 12px;
  margin: 20px auto 0;
}
.btn_yanshina .yanshina_wrap{
  width: 49.5%;
  max-width: 1280px;
  margin: auto;
}
.btn_yanshina .yanshina_wrap a {
  position: relative;
  display: block;
  margin: 6px auto;
  text-align: center;
  border: 1px solid rgb(255 255 255 / 50%);
  color: #fff;
  padding: 20px;
  font-size: 1.4em;
  font-weight: bolder;
}
.btn_yanshina .link_yanshina a{
  font-size: 1.4em;
}
.btn_yanshina .link_yanshina_moueewa a {
  padding: 13.5px;
}
.btn_yanshina .link_yanshina_moueewa a span{
  display: inline-block;
    font-size: 0.8em;
    line-height: 1.2;
}
.btn_yanshina .yanshina_wrap a::after{
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  font-size: 114%;
}
.btn_yanshina .yanshina_wrap a:hover {
  background: rgba(255, 255, 255, 0.25);
}
/* ------------------------------
ナビメニュー
------------------------------ */
#theme #fp-hdr-block #fp-nav ul { /*background-color: #aa212d;*/ color: #fff; /*border-bottom: 1px solid #aa222d;*/
}
#theme #fp-hdr-block #fp-nav ul li a {
  color: #fff;
  background-color: #A87E3A;
  box-shadow: inset 0 0 2px rgb(255, 235, 124, 1);
}
#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: #80602b;
}
/* ------------------------------
Youtube
------------------------------ */
#youtube-wrapper{
    margin: 0;
}
/* ------------------------------
各タイトル
------------------------------ */
#theme #fp-main h2 {
  color: #E1C565;
  /*background: url("/common/images/pattern/pat_blue_031.png") repeat;*/
  background:none; background-color: #200F08; /*パターン画像なし*/
  border-bottom: 3px solid #E1C565;
  margin-bottom: 0;
}
#theme #fp-main h3 {
      background-color: #a87e3a;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}
/* 放送時間調整文言 */
#fp-cnt #fp-tmppage-simple-oainfo p.oa_change_text {
  color: #fb3668;
}
#theme #fp-main h4 {
  color: #fff;
  border-left-color: #e2c464;
  border-bottom: 2px dotted #e2c464;
}
/* ------------------------------
コンテンツ背景
------------------------------ */
#fp-main, #fp-ftr {
  background: #1f100a;
}
/* ------------------------------
リンクボタン
------------------------------ */
.linkBtn a:hover, .linkBtn a:active {
  background: #c9c2c2;
}
#theme #fp-main .linkBtn a::after {
  /*border-color: #FFF;*/
}
/* ------------------------------
お知らせ（放送内容エリア）
------------------------------ */
#fp-cnt #fp-tmppage-simple-oainfo .oa_attention {
  border: 2px solid #555;
}
/* ------------------------------
バックナンバー　今後の放送スケジュール
------------------------------ */
#fp-cnt .listbox li {
  background-color: #f3f3f3;
}

#theme #fp-cnt .listbox {
  background-color: #fff;
}
#fp-cnt .listbox li .date{
    color: #555;
}
#fp-cnt .listbox li:hover a, #fp-cnt .listbox li:active a {
  background: #ccc;
}
/* ------------------------------
ニュース
------------------------------ */
#fp-cnt .newsList li .day {
  color: #fff;
}
#fp-cnt .newsList li {
  border-bottom: 1px solid #fff;
}
#fp-cnt .newsList li a:hover{
  background: rgba(250, 183, 40, 0.25);
}
#fp-cnt .newsList li a p{
  color: #fff;
}
/* ------------------------------
キャスト&スタッフ
------------------------------ */
#fp-tmppage-simple-caststaff{
  color: #fff;
}
/* ------------------------------
公式Instagram
------------------------------ */
#insta_wrap .insta.square_2 .img_wrap img,
#insta_wrap .insta.rectangle_2 .img_wrap img{
  background: #000;
  /*border: 1px solid #eaeaea;*/
}
/* ------------------------------
プレゼント応募
------------------------------ */
.campaign-button {
  background: #444;
  color: #fff !important;
}
.campaign-button:hover {
  background: #5f5f5f;
}
/* ------------------------------
PCSP
------------------------------ */
.pc{
  display:block;
}

.sp{
  display:none;
}

/* ------------------------------
  for Smartphone
------------------------------ */
@media screen and (max-width: 768px) {
  /* ------------------------------
全体背景
------------------------------ */
.fp-cont-inner.background-color.youtube-inner {
    padding: 25px 3% 2vh !important;
}
.pg-top_adjustment_2 {
    padding: 25px 3% 50px !important;
}
  /* ------------------------------
  ナビゲーション
------------------------------ */
#fp-nav {
    margin-bottom: 0;
}
  /* ------------------------------
タイトルバー
------------------------------ */
  #fp-cnt #fp-main h2 {
    /*background: url("/common/images/pattern/pat_blue_031_2x.png");*/
    background:none; background-color: #200F08;; /*パターン画像なし*/
  }
  /* ------------------------------
リンクボタン
------------------------------ */
  #theme #fp-main .linkBtn a::after {
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
  }
/* ------------------------------
PCSP
------------------------------ */
  .pc{
    display:none;
  }

  .sp{
    display:block;
  }
	/* ------------------------------
公式SNS
------------------------------ */
#sns_container{
  display: block;
  gap: 0;
}
#sns_container .x_twitter,
#sns_container .instagram,
#sns_container .TikTok{
    width: 100%;
}
#sns_container a {
    padding: 10px;
}
#sns_container .x_twitter_inner,
#sns_container .instagram_inner,
#sns_container .TikTok_inner{
  display: inline-block;
  margin-right: 12px;
}
#sns_container a::after{
  padding: 13px 0;
}
/* ------------------------------
フジテレビ ヤングシナリオ大賞とは
------------------------------ */
.btn_yanshina {
  display: block;
}
.btn_yanshina .yanshina_wrap{
  width: 100%;
}
.btn_yanshina .yanshina_wrap a {
  padding: 10px;
  margin: 16px auto;
}
.btn_yanshina .link_yanshina a{
  font-size: 1.2em;
}
.btn_yanshina .link_yanshina_moueewa a {
  padding: 13.5px 0 7.5px;
}
.btn_yanshina .link_yanshina_moueewa a span{
    font-size: 0.7em;
}
.btn_yanshina .yanshina_wrap a::after{
  padding: 13px 0;
  font-size: 84%;
}
.btn_yanshina .yanshina_wrap.link_yanshina_moueewa a::after{
  padding: 19.5px 0 !important;
        font-size: 74% !important;
}
#fp-tmppage-simple-caststaff .cast h4{
        margin-top: 0 !important;
    }
}

/* ----- 追加 -----*/
/* ------------------------------
INTRODUCTION
------------------------------ */
#introduction .introduction_txt h3.ttl_h2{
  font-size: 24px;
  border-bottom: 2px solid #E1C565;
}
#introduction .introduction_txt h3{
  position: relative;
  margin-bottom: 0.7em;
  padding: 14px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.364;
  background: transparent !important;
}
#introduction .introduction_txt h3.line {
  position: relative;
  border-bottom: 1px solid #A87E3A;
}
#introduction .introduction_txt h3.line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 25%;
  height: 1px;
  background: #E1C565;
}

#introduction .introduction_txt h4{
  margin: 0.7em 0 !important;
  padding: 10px !important;
  font-size: 18px !important;
}
#introduction .introduction_txt {
  color: #fff;
  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, hsl(37deg 50.74% 25.07% / 30%) 35%, #4c101080);
  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 {
  color: #fff;
  margin-bottom: 1.7em;
}
/* ------------------------------
  for Smartphone
------------------------------ */
@media screen and (max-width: 768px) {
  /* ------------------------------
  INTRODUCTION
  ------------------------------ */
  #introduction .introduction_txt h3.ttl_h2{
  font-size: 19px;
}
  #introduction .introduction_txt h3{
    font-size: 16px;
    padding: 0 0 14px 0;
  }
  #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 {
    font-size: 16px !important;
}
}