@charset "UTF-8";
/* CSS Document */
html{ font-size: 62.5%; /* 10px */ }
body{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;

	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
	min-width: 320px;
    background-color: #fff;
    /* background-image: url(../img/main_bg.jpg); */
    background-repeat: repeat;
    margin: 0;
    color: #000;
}

/* ios用
===================================  */
 body:before{
   content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background: url(../img/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
  } 


  /* #wrap:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background: url(../img/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
  } */



img{
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}


.sp{ display: block; }
.pc{ display: none; }


h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
	padding: 0; margin: 0;
}
ul,li,ol{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
em{ font-style: normal; }
dl{ margin: 0; padding: 0; }
p{ margin: 0; padding: 0; }
img{ max-width: 100%; vertical-align: top; }

a{ color: #000; text-decoration: none; }
/*a:visited{ color: #4900c1; text-decoration: none; }*/
a:hover, a:active, a:focus{ color: #000; text-decoration: none; }
a:hover img, a:active img, a:focus img{ opacity: 0.8; filter: alpha(opacity=80); }


div#wrap{}
div#ctv_tab{}

div#container{
	width: 100%;
/*	max-width: 960px;*/
	margin: 0 auto;
	padding: 0;
}
.contents{
    padding-top: 20px;
/*    background: #A4ECFE;*/
}

header{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

/*フッター*/
footer{
/*
  background:#e62e8b;
  padding:1em 0 2em 0;
*/
  }
footer div{
  }

footer p{
  clear:both;
  color:#fff;
  margin:0 auto;
  padding:1%;
font-size: 12px;
  }

.copyright a,
.copyright .attention{
  display: block;
  color: #fff;
  text-decoration: none;
  padding-bottom: 10px;
}




#pageTopBar {
display: block;
background: #56acea;
}

#pageTopBar a {
display: block;
width: 100%;
padding: 2rem 0;
color: #fff;
font-family: 'Poppins', sans-serif;
font-size: 2.0rem;
font-weight: 600;
line-height: 1;
letter-spacing: 0.5rem;
}




/* #main{
    background-image: url("../img/main.png");
   font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    width: 100%;
    padding-top: 71.3%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */



#nav .api-nav-main div a:hover {
    color: #E40003;
}



.iflame-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iflame-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

      /* 右下 見逃しバナー =================================== */
.appear{
    opacity: 0;
    transition: .5s;
}

.fix_contents{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;

}

.delivery_bnr_close{
    position: absolute;
    top: -2rem;
    left: -2rem;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    }

.delivery_bnr_close::after {
    content: "×";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    font-family: "Share Tech Mono", monospace;
    font-weight: bold;
    font-size: 2em;
    transform: translate(-50%, -50%);
    color: #fff;
    cursor: pointer;
}


.delivery_bnr {
    margin-bottom: 3rem;
}



/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  
      .youtube{
              position: relative;
      width: 100%;
      padding-top: 56.25%;
      margin: 0 auto;
      }
  
  
  
        /* 動画ポップアップ =================================== */
  .movie_popup{
          width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, .8);
      z-index: 999999;
      font-family: "Zen Old Mincho", serif;
      font-weight: 900;
  }
  
  .movie_popup_info{
         width: calc(650 / 750 * 100%);
      max-width: 950px;
      padding: calc(15 / 750 * 100%) calc(15 / 750 * 100%);
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      background-color: #fff;
          border: solid 4px;
  }
  
  .movie_popup_check{
      margin-top: 10px;
      font-family: 'Toppan Bunkyu Midashi Gothic'; font-weight: bold;
  }
  
  .movie_popup_close{
      position: absolute;
      top: -2rem;
      right: -2rem;
      width: 2.5em;
      height: 2.5em;
      border-radius: 50%;
      background: #fff;
      z-index: 1;
          border: solid 3px;
      }
  
  .movie_popup_close::after {
      content: "×";
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      font-family: "Share Tech Mono", monospace;
      font-weight: bold;
      font-size: 2em;
      transform: translate(-50%, -50%);
      color: #000;
      cursor: pointer;
  }
  
  #btn{
          background-color: #ffc04d;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 5px;
      appearance: none;
      color: #000;
      font-size: 1.5rem;
  }


  /*==================================================
スライダーのためのcss
===================================*/

.slider{
    width:100%;
    margin:0 auto;
}
.slider img{
    width:100%;
}
.slider .slick-slide{
    height:auto!important;
}
.slider .slick-arrow{
    z-index:2!important;
}
.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}
.slick-slide{
    margin-right: 1vw!important;
    margin-left: 1vw!important;
}
  



/* -------------------------------------------------------------------------------------------------------------------
Tablet&SP                                                                                                        
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
	.pc { 
		display: none;
	}
  .sp {
	  display: block; 
	}

		#wrap {
	max-width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
}
    
        .fas img{
            width: 80px;
    margin-top: -45px;
    }
    
        .fix_contents{
        width: 20%;
    }
    
        .titl{
        width: 50%;
        margin: 0 auto;
    }

    

    #logo{

        background: url(../img/logo-bg.jpg);
        background-size: cover;
     background-position: center;
    

    }

   .logo_img{

      
        width: 65%;
        margin: 0 auto;
       
        padding: 20px 20px 5px 20px;
        margin-bottom: 3%;
    }
    
    
    
        /* メイン_見逃し配信 =================================== */
        #top_missed{
        width: 100%;
            margin: 0 auto;
                    padding: 1px 0 10px 0;
    }
    
        #top_missed_titl{
            background-color: #056292;
            color: #fff;
        padding: 10px 0 15px 0;
        font-size: 2rem;
       
    }


    .top_missed_info{
        width: 100%;
        /* display: flex;
        margin: 0 auto;
        justify-content: space-evenly; */
    }

    
        .top_missed_info{
        width: 100%;
        display: flex;
        margin: 0 auto;
           /* justify-content: flex-start; */
           justify-content: space-evenly;
            flex-wrap: wrap;
            
    }
    
    .top_missed_info p{
        width: 48%;
        
    }
    
    .top_missed_info img{
        width: 95%;
        /* padding: 5px 10px; */
    }
    
    .onair_new{
        /* margin: 0 0 10px 0; */
        padding-bottom: 10%;
    }
    
            .onair_new span{
                font-weight: bold;
                font-size: 2rem;
                background-color: #f3c91f;
            padding: 8px;
                        color: #000;
}
    
    
    .onair_new p{
     font-weight: bold;
    font-size: 1.3rem;
    line-height: 2.3rem;
    background-color: #ffffffbd;
    width: 90%;
    margin: 0 auto;
    margin-top: -5px;
    padding: 10px 0;
    }

        #onair{
        background-color: #fff;
            background-image: radial-gradient(#e6e6e6 20%, transparent 20%), radial-gradient(#e6e6e6 20%, transparent 20%);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    }


    
    
/* ナビメニュー =================================== */
#nav .normal-nav-main > div {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    #nav .normal-nav-main > div a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
    text-align: center;
    width: 33.3%;
    padding: 4.2666666667vw 0 2.6666666667vw;
    text-decoration: none;
    position: relative;
    display: block;
    border-bottom: 1px solid #000662;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
    
    #nav .normal-nav-main > div a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 6vw;
    background: #000;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}
    
    

    #nav .normal-nav-main > div a:nth-child(3n):before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background: #000;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}
    
    #nav .normal-nav-main > div a:nth-child(3n+1):nth-last-child(-n+3), #nav .normal-nav-main > div a:nth-child(3n+1):nth-last-child(-n+3) ~ a {
    border-bottom: none;
}
    
    #nav .normal-nav-main > div a .page-nav-title {
    display: block;
    font-weight: bold;
    line-height: 4vw;
    font-size: 3.5vw;
}
    
    #nav .normal-nav-main > div a .page-nav-subtitle {
    display: block;
    line-height: 5.3333333333vw;
    font-size: 2.4vw;
    letter-spacing: 0;
    font-weight: bold;
}
    
            #nav img{
           width: 80%;
    margin: 0 auto;
    }
    
        #border{
/*
        background-image: url("../img/border_bg.png");
        width: 100%;
            height: 30px;
        background-repeat: repeat-x;
            background-size: contain;
*/
    }
    #nav .api-nav-main{
            border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    }
    
    #nav .nav-last-modified {
    position: absolute;
    top: 0vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #3281f6;
    color: #fff;
    height: 3.6vw;
    line-height: 3.6vw;
    min-width: 14.9333333333vw;
    font-weight: bold;
    font-size: 2.4vw;
}
    
    
            /* ニュース =================================== */
        #topics{
        width: 100%;
         padding: 30px 0;
        margin: 0 auto;
            margin-bottom: 50px;
    }
    
    .topics_info{
                width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    .topics_box{
        background-color: #fff;
        display: flex;
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    }
    
    .topics_banner{
        width: 40%;
        margin: 10px;
    }
    
    .topics_titl{
        text-align: left;
        margin: 10px 0;
            width: 80%;
    }
    
    .topics_titl p{
        font-size: 1.2rem;
    }
    
    .category{
        background-color: #3281f6;
    color: #FFFFFF;
    padding: 2px;
        font-size: 1rem;
    display: inline-block;
        margin-right: 5px;
    }
    
    .topics_time{
        font-size: 1rem;
        color: #3281f6;
    }
    
        .topics_btn{
                width: 55%;
    background-color: #3281f6;
    color: #fff;
    font-size: 1.5rem;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px;
    }


    
    
/* イントロ =================================== */
    #intro{
        width: 100%;
         margin-top: 10%; 

    }

    .intro_info{
        width: 90%;
        margin: 0 auto;
        margin-top: 5%;
        padding: 15px 10px;
        background-color: #e2e2e2;


    }

    
    
    

    
/* ストーリー =================================== */
    #story{
        width: 100%;
        padding: 30px 0;
    }
    
    .story_info{
        width: 90%;
        margin: 0 auto;
    }
    
    
    .area {
  margin: auto;
  flex-wrap: wrap;
  display: flex;
        justify-content: space-between;
}
    
    .area_recipe {
  width: 70%;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
        justify-content: space-between;
}
 
.tab_class_recipe {
  width: calc(100%/5);
  height: 50px;
  background-color: #11721b;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
}
    
    .tab_class {
  width: calc(90%/5);
        margin-bottom: 10px;
  height: 50px;
  background-color: #11721b;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: 2;
    font-weight: bold;
    color: #fff;
        
}
    

    .btn_no{
          width: calc(90%/5);
        margin-bottom: 10px;
  height: 50px;
  background-color: #afafaf;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: 2;
        font-weight: bold;
    }

 
input[name="tab_name"] {
  display: none;
}
    
    input[name="tab_name_recipe"] {
  display: none;
}
 
input:checked + .tab_class {
  background-color: #0eab1f;
  color: aliceblue;
}
    
input:checked + .tab_class_recipe {
  background-color: #0eab1f;
  color: aliceblue;
}
 
.content_class {
    margin-top: 30px;
        padding: 30px 0;
    background-color: #FFFFFF;
  display: none;
  width: 100%;
    font-size: 1.2rem;
    order: 1;
    margin-bottom: 20px;
    }

 
input:checked + .tab_class + .content_class {
  display: block;
}
    
input:checked + .tab_class_recipe + .recipe {
  display: block;
}
    
    .mov-wrap{
    width: 95%;
    margin: 0 auto;
}
    
        .date{
            width: 95%;
    text-align: left;
    margin: 0 auto;
    }
    
    .date span{
        font-weight: bold;
        color: #fff;
        background-color: #000000;
        padding: 5px 15px;
    }
    
        .number{
        font-size: 2rem;
        font-weight: bold;
                width: 95%;
    margin: 0 auto;
    margin-bottom: 3%;
    text-align: left;
            border-bottom: solid;
    }
    
    .content_class p{
        margin-top: 5%;
        font-size: 1.5rem;
    }

    

    
    
    
/* キャスト =================================== */
    #cast{
        width: 100%;
        padding: 30px 0;
        margin-bottom: 5%;
    }
    
    .cast_info{
        width: 87%;
        margin: 0 auto;
        background-color: #e2e2e2;
        padding: 10px;
        font-size: 1.3rem;
        margin-top: 5%;
    }
    
    .cast_box{
       
    padding: 5% 0 0 0;
    }
    
    .cast_img{
     /* float: left; */
     
    width: 65vw;
    /* margin-right: 2.6666666667vw; */
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    }


    
	.clearfix::after {
		content: "";
		display: block;
		clear: both;
	}
    
    .profile{
        text-align: left;
            width: 100%;
        font-size: 1.5rem;
        margin: 0 auto;
    }

    .profile p{
        line-height: 2.5rem;
        padding: 10px;
        font-size: 1.5rem;
        /* background-color: #fff; */


    }

   .cast_name{
    text-align: center;
   }
    
    .name{
        font-size: 2.5rem;
            margin-bottom: 10px;
    letter-spacing: 0.05em;
    color: #000;
    /* background: #000; */
    padding: 15px 0 0 0;
    -webkit-clip-path: polygon(0px 0, calc(100% - 0px) 0, calc(100% - 13px) 100%, 0px 100%);
    clip-path: polygon(0px 0, calc(100% - 0px) 0, calc(100% - 13px) 100%, 0px 100%);
/*    margin-left: -20px;*/
    }
    
    .name span{
        font-size: 3.5rem;
    }

    .position{
        background-color: #23409c;
        color: #fff;
        display: inline-block;
        padding: 0 5px;
        width: 65vw;
        text-align: center;
        margin-top: 10px;
      }

      .position_orange{
        background-color: #f15a24;
        color: #fff;
        display: inline-block;
        padding: 0 5px;
        width: 65vw;
        text-align: center;
        margin-top: 10px;
      }

    
    .coment{
        background-color: #ffffff;
        color: #23409c;
        font-size: 1.2rem;
        /* margin-top: 5%; */
        display: inline-block;
        width: 20%;
        text-align: center;
        /* border-radius: 20px; */
        padding: 5px 0;
    }


        .br_line{
        display: block;
content: "";
margin: 10px 0;
    }


    rt{
        font-size: 3.3vw;
      }
    
    
    /* 相関図 =================================== */
    #chart{
        width: 100%;
        padding: 50px 0 0 0;
    }
    
    .chart_info{
        width: 95%;
        margin: 0 auto;

        padding: 10px 0;
        font-size: 1.5rem;
    }


    .modal-wrapper {
        z-index: 999;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 40px 10px;
        text-align: center;
      }
      
      .modal-wrapper:not(:target) {
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s;
      }
      
      .modal-wrapper:target {
        opacity: 1;
        visibility: visible;
        transition: opacity .4s, visibility .4s;
      }
      
      .modal-wrapper::after {
        display: inline-block;
        height: 100%;
        margin-left: -.05em;
        vertical-align: middle;
        content: ""
      }
      
      .modal-wrapper .modal-window {
        box-sizing: border-box;
        display: inline-block;
        z-index: 20;
        position: relative;
        width: 95%;
      /*  max-width: 600px;*/
        padding: 5px;
        background-color: #dff0ff;
        border: solid 2px;
        background-image: url(../img/box_bg.png);
        background-position: center;
        background-repeat: repeat;
        background-size: cover;
        vertical-align: middle
      }
      
      .modal-wrapper .modal-window .modal-content {
        max-height: 80vh;
        overflow-y: auto;
        text-align: left
      }
      
      .modal_title {
        font-size: 1.5em;
          position: relative;
          overflow: hidden;
        padding: 0;
      }
      
      .modal_title::before,
      .modal_title::after{
          content: "";
          position: absolute;
          bottom: 0;
      }
      
      
      
      .modal-content p {
        /* margin: 10px 0 0 0; */
      }
      
      .modal-overlay {
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .8)
      }
      
      .modal-wrapper .modal-close {
         position: absolute;
          top: -15px;
          right: -14px;
          background: #ffffff;
          color: black;
          width: 36px;
          height: 36px;
          text-align: center;
          border-radius: 50px;
          line-height: 1.3;
          border: solid 3px;
          font-weight: bold;
          font-size: 2.5rem;
      }



    
    
/* スタッフ =================================== */
#staff{
    width: 100%;
    /* padding: 0 0 40px 0; */
    margin-bottom: 10%;
}

.staff_info{
    width: 87%;
    margin: 0 auto;
    background-color: #e2e2e2;
    padding: 10px;
    font-size: 1.3rem;
    margin-top: 5%;

    
}

    .staff_list li{
       padding: 1% 0;
display: flex;
justify-content: center;
    align-items: flex-start;
letter-spacing: 0;

}

.staff_list li span.role{
        width: 46%;
text-align: left;
/*    font-family: "FOT-筑紫A丸ゴシック Std M";*/
}    

.staff_list li span.dots{
    width: 8%;
text-align: center;
font-size: 1.3rem;
color: #86a7bf;
/*    font-family: "FOT-筑紫A丸ゴシック Std M";*/
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
     /* margin-top: 5px; */
     margin: 0 5px;
}

.staff_list li span.actor{
        width: 46%;
text-align: right;
/*    font-family: "FOT-筑紫A丸ゴシック Std B";*/
color: #1c4ca4;
        align-items: flex-start;
       
}

.font-s{
    font-size: 1rem;
}

    
    
    
    
/* 主題歌 =================================== */
    #music{
        width: 100%;
        background-color: #B8B8B8;
        padding: 50px 0;
    }
    
    .music_info{
        width: 90%;
        margin: 0 auto;
        background-color: #FFFFFF;
        padding: 30px 0;
        font-size: 1.5rem;
    }
    
    .music_info span{
        color: #D81D20;
    }
    
    
    
/* 公式SNS =================================== */
    #official{
        padding: 10px 0;
        width: 95%;
        margin: 0 auto;
    }
    
    .official_info{
        width: 95%;
        margin: 0 auto;
/*
            display: flex;
        justify-content: space-between;
*/
    }
    
    .tw_info{
        width: 95%;
        margin: 0 auto;
    }
    
    .sns_info{
        width: 100%;
         display: flex;
            margin-top: 3%;
    }
    
    .sns_info img{
        width: 95%;
            margin-top: 10px;
    }
    

    
/* 見逃し配信 =================================== */
        #missed{
        width: 100%;
        background-color: #fff;
         margin: 0 auto;
            
    }
    
    .missed_titl{
        font-size: 1.5rem;
    font-weight: 100%;
        color: #fff;
        background-color: #000000;
        padding: 10px;
        text-align: left;
    }
    
    .missed_info{
/*
       display: flex;
    justify-content: space-evenly;
*/
    padding: 10px;
    }
    
    .missed_info a{
      display: flex;
    padding: 10px 0;
    border-bottom: solid #e3e3e3 1px;
    }
    
    .missed_info a:last-child{
        border: none;
    }
    
    .missed_info img{
        width: 45%;
    }
    
        .missed_info p{
        color: #000000;
        text-align: left;
        width: 45%;
        margin: 0 auto;
    }
    
    
    .attention{
        font-size: 1.1rem;
    }

    

}





/* -------------------------------------------------------------------------------------------------------------------
961px-                                                                                                           
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
	.pc {
		display: block;
	}
  .sp {
	  display: none;
	}
	
  .f-small {
	  font-size: 1.4rem;
	}
	
  .f-middle {
	  font-size: 1.6rem;
	}
    
		#wrap {
	max-width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
}
    
/* フッター =================================== */
    #pageTopBar{
        margin-top: 50px;
        padding-top: 10px;
    }
    
    .fas img{
        width: 150px;
    margin-top: -100px;
    }
    
    .fix_contents{
        width: 10%;
    }
    
    .titl{
        width: 500px;
        margin: 0 auto;
    }

    #logo{
        background: url(../img/logo-bg.jpg);
        background-size: cover;
     background-position: center;
    }

    .logo_img{
 
        width: 1000px;
        margin: 0 auto;
      
        padding:50px 50px 0 50px;
       
    }
    
    /* メイン_見逃し配信 =================================== */
    
    
    #top_missed_titl{
        background-color: #056292;
        color: #fff;
        padding: 10px 0 0 0; 
        font-size: 3rem;
        
    }
        #top_missed{
        width: 100%;
            margin: 0 auto;
                    padding:10px 0 30px 0;
    }

    .top_missed_info{
        width: 95%;
        display: flex;
        margin: 0 auto;
        /* justify-content: space-evenly; */
        justify-content: center;
        padding:10px 20px 20px 20px;

    }
    
    .top_missed_info img{
        /* width: 90%; */
        width: 70%;
    }
    
    #onair{
        background-color: #fff;
         background-image: radial-gradient(#e6e6e6 20%, transparent 20%), radial-gradient(#e6e6e6 20%, transparent 20%);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    }
    
    #onair img{
        width: 1000px;
        margin: 0 auto;
    }
    
           .onair_new{
         margin-top: 20px;
    }

    .onair_new img{
        width: 900px;
        margin-bottom: 50px;
    }
    
    .onair_new span{
        /* font-weight: bold;
        font-size: 3rem;
        background-color: #f3c91f;
        color: #000; */
    padding: 5px 10px;
}
    
    
    .onair_new p{
       font-weight: bold;
    font-size: 2rem;
    line-height: 3rem;
    /* background-color: #ffffffbd; */
    width: 650px;
    margin: 0 auto;
    margin-top: -15px;
        padding: 30px 0 15px 0;
    }
    
    
    
    
/* ナビメニュー =================================== */
#nav .api-nav-main {
    background: #fff;
    position: relative;
    border-top: solid 4px #fff;
    border-bottom: solid 4px #fff;
}
    
    #nav .api-nav-main div {
    width: 85%;
    margin: 0 auto;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
    
    #nav .api-nav-main div a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 2.2rem;
    text-decoration: none;
    color: #111;
    padding: 19px 0;
    display: block;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: relative;
}
    
    #nav .api-nav-main div a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #000662;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}
    
    #nav .api-nav-main div a:last-child:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background: #000;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}
    
    #nav .api-nav-main div .page-nav-title {
    font-size: 1.9rem;
    font-weight: bold;
    display: block;
}
    
        #nav img{
        width: 55%;
    }
    
    .titl{
        width: 400px;
        margin: 0 auto;
    }
    
    
    #nav .api-nav-main div a .nav-last-modified {
    position: absolute;
    top: -11px;
    left: 50%;
    font-size: 14px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #3281f6;
    border-radius: 0px;
    padding: 0px 0px;
    height: 20px;
    width: 80px;
    color: #fff;
    line-height: 20px;
    z-index: 2;
        font-weight: bold;
}
        #nav .api-nav-main{
            border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    }

    
    
/* イントロ =================================== */
    #intro{
        width: 100%;
        padding: 50px 0 50px 0;
    }

    /* #intro .titl{
        width: 650px;
    } */
    
    .intro_info{
        width: 1000px;
        margin: 0 auto;
        font-size: 2rem;
        font-weight: bold;
        margin-top: 30px;
         background-color: #e2e2e2; 


    }

    .intro_info img{
        width: 800px;
        padding: 50px 0;
    }
    
    
            /* ニュース =================================== */
        #topics{
        width: 65%;
         padding: 50px 0;
        margin: 0 auto;
    }
    
    .topics_info{
                width: 80%;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    .topics_box{
        background-color: #fff;
        display: flex;
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    }
    
    .topics_banner{
        width: 25%;
        margin: 10px;
    }
    
    .topics_titl{
        text-align: left;
        margin: 10px;
            width: 75%;
    }
    
    .topics_titl p{
        font-size: 2rem;
    }
    
    .category{
        background-color: #3281f6;
    color: #FFFFFF;
    padding: 2px;
        font-size: 1.5rem;
    display: inline-block;
        margin-right: 5px;
    }
    
    .topics_time{
        font-size: 1.5rem;
        color: #3281f6;
    }
    
    .topics_btn{
            width: 30%;
    background-color: #3281f6;
    color: #fff;
    font-size: 2rem;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px;
    }


    /* 相関図 =================================== */
    #chart{
        width: 100%;
        padding: 50px 0;
    }

    .chart_info{
        width: 1200px; 
        margin: 0 auto;
        font-size: 2rem;
        padding: 30px;
    }

    .modal-wrapper {
        z-index: 999;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 40px 10px;
        text-align: center;
      }
      
      .modal-wrapper:not(:target) {
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s;
      }
      
      .modal-wrapper:target {
        opacity: 1;
        visibility: visible;
        transition: opacity .4s, visibility .4s;
      }
      
      .modal-wrapper::after {
        display: inline-block;
        height: 100%;
        margin-left: -.05em;
        vertical-align: middle;
        content: ""
      }
      
      .modal-wrapper .modal-window {
        box-sizing: border-box;
        display: inline-block;
        z-index: 20;
        position: relative;
        width: 50%;
      /*  max-width: 600px;*/
        padding: 5px;
        background-color: #e2e2e2;
        border: solid 2px;
        background-image: url(../img/box_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 85%;
        vertical-align: middle;
        background-size: cover;
        padding: 30px;        
      }
      
      .modal-wrapper .modal-window .modal-content {
        max-height: 80vh;
        overflow-y: auto;
        text-align: left
      }
      
      .modal_title {
        font-size: 1.5em;
          position: relative;
          overflow: hidden;
        padding: 0;
      }
      
      .modal_title::before,
      .modal_title::after{
          content: "";
          position: absolute;
          bottom: 0;
      }
      
      
      
      .modal-content p {
        /* margin: 10px 0 0 0; */
      }
      
      .modal-overlay {
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .8)
      }
      
      .modal-wrapper .modal-close {
         position: absolute;
          top: -15px;
          right: -14px;
          background: #ffffff;
          color: black;
          width: 36px;
          height: 36px;
          text-align: center;
          border-radius: 50px;
          line-height: 1.3;
          border: solid 3px;
          font-weight: bold;
          font-size: 2.5rem;
      }

      .cast_box{
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .cast_img{
        width: 30%;
      }

      .cast_name{
        margin-left: 20px;
      }

      .position{
        background-color: #23409c;
        color: #fff;
        display: inline-block;
        margin-bottom: 15px;
        padding: 0 5px;
        width: 100%;
        text-align: center;
      }

      .position_orange{
        background-color: #f15a24;
        color: #fff;
        display: inline-block;
        margin-bottom: 15px;
        padding: 0 5px;
        width: 100%;
        text-align: center;
      }


      .name{
        font-size: 1.8vw;

      
      }

      .name span{
        font-size: 3vw;
        line-height: 5rem;
      }

      .profile{
        margin-top: 20px;
      }

      rt{
        font-size: 1.2vw;
      }
    
    
/* キャスト =================================== */
    #cast{
        width: 100%;
        padding: 50px 0;
    }
    
    .cast_info{
        width: 1000px; 
        margin: 0 auto;
        font-size: 2rem;
        background-color: #e2e2e2;
        padding: 30px;
        margin-top: 30px;
    }
    

    
   
  
    .coment{
        background-color: #ffffff;
        color: #23409c;
        font-size: 1.5rem;
        /* margin-top: 5%; */
        display: inline-block;
        width: 20%;
        text-align: center;
        /* border-radius: 20px; */
        padding: 2px 0;
        margin-bottom: 10px;
    }

    .br_line{
        display: block;
content: "";
margin: 15px 0;
    }
    

   
    

    
    
/* スタッフ =================================== */
#staff{
    width: 100%;
    padding: 50px 0;
}

.staff_info{
     width: 1000px; 
    margin: 0 auto;
    font-size: 2rem;
    background-color: #e2e2e2;
    padding: 30px;
    margin-top: 30px;



}

    .staff_list li{
       padding: 1% 0;
display: flex;
justify-content: center;
    align-items: flex-start;
letter-spacing: 0;

}

.staff_list li span.role{
        width: 46%;
text-align: left;
/*    font-family: "FOT-筑紫A丸ゴシック Std M";*/
}    

.staff_list li span.dots{
    width: 8%;
text-align: center;
font-size: 1.4rem;
color: #1c4ca4;
/*    font-family: "FOT-筑紫A丸ゴシック Std M";*/
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
     margin-top: 5px;
}

.staff_list li span.actor{
        width: 46%;
text-align: right;
/*    font-family: "FOT-筑紫A丸ゴシック Std B";*/
color: #1c4ca4;
        align-items: flex-start;
       
}

.font-s{
    font-size: 1.5rem;
}


    
/* 主題歌 =================================== */
    #music{
        width: 100%;
        background-color: #A8A8A8;
        padding: 50px 0;
    }
    
    .music_info{
        width: 60%;
        margin: 0 auto;
        background-color: #FFFFFF;
        padding: 30px 0;
        font-size: 1.5rem;
    }
    
    .music_info span{
        color: #D81D20;
    }
    
    
/* 公式SNS =================================== */
    #official{
        padding: 50px 0;
        width: 70%;
        margin: 0 auto;
    }
    
    .official_info{
        width: 95%;
        margin: 0 auto;
            display: flex;
        justify-content: space-between;
    }
    
    .tw_info{
        width: 90%;
    }
    
    .sns_info{
        width: 35%;
    }
    
    .sns_info img{
        width: 90%;
        margin: 10px;
    }
    

/* 見逃し配信 =================================== */
        #missed{
        width: 960px;
        background-color: #fff;
            margin: 0 auto;
            padding: 50px 0;
            
    }
    
   .missed_titl{
        font-size: 1.8rem;
    font-weight: 500;
        color: #fff;
        background-color: #000000;
        padding: 5px 10px;
        text-align: left;
    }
    
    .missed_info{
       display: flex;
    justify-content: space-evenly;
    padding: 10px;
    }
    
    .missed_info img{
        width: 90%;
    }
    
    .missed_info p{
        color: #000000;
        text-align: left;
        width: 90%;
        margin: 0 auto;
    }
    

    

}