@charset "UTF-8";
/* CSS Document */
html{ font-size: 62.5%; /* 10px */ }
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
	min-width: 320px;
	color: #000000;
   background-color: #fff;
  /* background-image: radial-gradient(circle, #b0d6dd 2.5px, transparent 2.5px), radial-gradient(circle, #b0d6dd 2.5px, transparent 2.5px); */
  background-position: 0 0, 10px 20px;
  background-size: 20px 40px;
    margin: 0;



    

}

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


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




.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: #0096ff; text-decoration: none; cursor: url(/senbiki/img/cursor.png) 100 100, auto;} */
/*a:visited{ color: #4900c1; text-decoration: none; }*/
a:hover, a:active, a:focus{ color: #ff0096; 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-color: #000;
    color: #fff;
    padding: 10px 0;
/*
  background:#e62e8b;
  padding:1em 0 2em 0;
*/
  }
footer div{
  }

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

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




#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;
}




/* Page Top
=================================== */
.page-topLink{
  bottom: 5px;
  right: 5px;
  width: 20px;
  padding: 13px 10px;
  }

  /**/
.page-topLink{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 5px;
  width: 14px;
  padding: 13px 13px;
  background: rgba(255,255,255,.7);
  border-radius: 80%;
  border: 4px solid #ff8807;
  color: #E76F71;
  font-size:16px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  cursor:pointer;
  behavior: url(PIE.htc);
}
.page-topLink a{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ff8807;
  text-decoration:none;
}
.page-topLink:hover{
  background: rgba(255,255,255,1);
}

#container{
    margin: 0 auto;
    width: 100%;
}





.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;
}



.broadcast-date{
    width:100%;
    padding:30px 0;
    background:#000;
    color:#fff;
    text-align:center;
    position:relative;
}
.broadcast-date span{
    font-family: "Kaisei Tokumin", serif;
  font-size: 5rem;
}

.broadcast-date::before,
.broadcast-date::after{
    content:"";
    position:absolute;
    left:0;
    width:100%;
    height:2px;
    background:linear-gradient(
        90deg,
        transparent,
        #d4af37 20%,
        #fff1a8 50%,
        #d4af37 80%,
        transparent
    );
}

.broadcast-date::before{
    top:0;
}

.broadcast-date::after{
    bottom:0;
}






.program_outline {
    padding: 50px 20px;
}

.outline_inner {
    max-width: 1000px;
    margin: 0 auto;
}


/* タイトル */

.outline_title {
    margin-bottom: 50px;
    text-align: center;
}

.outline_title span {
    display: block;
    margin-bottom: 8px;
    color: #b3a036;
    font-family: serif;
    font-size: 14px;
    letter-spacing: 0.2em;
}

.outline_title h2 {
    margin: 0;
    color: #00003c;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.08em;
}


/* 文章を囲むボックス */

.outline_box {
    position: relative;
    padding: 55px 65px;
    background: #f4f0dc;
    border: 2px solid #00003c;
        margin-top: -90px;
        font-weight: bold;
}

/* ゴールドの角アクセント */

.outline_box::before,
.outline_box::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
}

.outline_box::before {
    top: -2px;
    left: -2px;
    border-top: 5px solid #b3a036;
    border-left: 5px solid #b3a036;
}

.outline_box::after {
    right: -2px;
    bottom: -2px;
    border-right: 5px solid #691424;
    border-bottom: 5px solid #691424;
}


/* 本文 */

.outline_text {
    color: #333;
    font-size: 2.2rem;
    line-height: 2.2;
}

.outline_text p {
    margin: 0 0 28px;
}

.outline_text p:last-child {
    margin-bottom: 0;
}


/* 強調 */

.outline_text .gold {
    color: #9a8425;
    font-weight: 700;
}

.outline_text .red {
    color: #691424;
    font-weight: 700;
}

.outline_text .bold {
    color: #00003c;
    font-weight: 700;
}


/* SP */

@media screen and (max-width: 767px) {

    .program_outline {
        padding: 15px 15px;
    }

    .outline_title {
        margin-bottom: 35px;
    }

    .outline_title h2 {
        font-size: 30px;
    }

    .outline_box {
        padding: 35px 25px;
        margin-top: -40px;
        text-align: left;
    }

    .outline_text {
        font-size: 1.6rem;
        line-height: 2;
    }

    .outline_text p {
        margin-bottom: 23px;
    }

    .outline_box::before,
    .outline_box::after {
        width: 35px;
        height: 35px;
    }
}





/* =========================
   番組内容
========================= */

.program_contents {
    padding: 50px 20px;
}

.contents_inner {
    max-width: 900px;
    margin: 0 auto;
}

.content_item {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.content_item:last-child {
    margin-bottom: 0;
}

/* 2つ目だけ左右反転 */
.content_item.reverse {
    flex-direction: row-reverse;
}

/* 画像 */
.content_image {
    width: 52%;
    flex-shrink: 0;
    position: relative;
}

.content_image::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    height: 100%;
    border: 2px solid #b3a036;
    z-index: 0;
}

.content_image img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

/* テキスト */
.content_text {
    flex: 1;
    color: #fff;
    text-align: left;
}

.content_number {
    display: block;
    margin-bottom: 10px;
    color: #b3a036;
    font-family: serif;
    font-size: 18px;
    letter-spacing: 0.15em;
}

.content_text h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
     background: #691424;
     padding: 5px;
}

/* .content_text h3::after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    margin-top: 15px;
    background: #691424;
} */

.content_text p {
    margin: 0;
    color: #000;
    font-size: 1.8rem;
    line-height: 2;
    background-color: #f4f0dc;
    padding: 10px;
}




.onair {
    padding: 25px 20px;
    background: #691424;
}

.onair_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 18px 30px;
    background: #00003c;
    border: 1px solid #b3a036;
    color: #fff;
}

.onair_label {
    padding: 4px 12px;
    background: #b3a036;
    color: #00003c;
    font-family: serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.onair_date {
    font-size: 3rem;
    font-weight: 600;
}

.onair_time {
    color: #b3a036;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.onair_text {
    font-size: 2.5rem;
    font-weight: 700;
}


/* SP */
@media screen and (max-width: 767px) {

    .onair {
        padding: 15px 10px;
    }

    .onair_inner {
        gap: 10px;
        padding: 15px 10px;
        flex-wrap: wrap;
    }

    .onair_date {
        font-size: 1.8rem;
    }

    .onair_time {
        font-size: 1.8rem;
    }

    .onair_text {
       font-size: 1.8rem;
    }
}



/* =========================
   SP
========================= */

@media screen and (max-width: 767px) {

    .program_contents {
        padding: 20px 20px;
    }

    .content_item,
    .content_item.reverse {
        display: block;
        margin-bottom: 60px;
    }

    .content_image {
        width: 90%;
        margin-bottom: 35px;
    }

    .content_text h3 {
        font-size: 23px;
    }

    .content_text p {
        font-size: 14px;
    }
}



/* =========================
   出演者
========================= */

.cast {
    padding: 110px 20px;
    color: #fff;
}

.cast_inner {
    max-width: 1000px;
    margin: 0 auto;
}


/* タイトル */

.cast_title {
    margin-bottom: 65px;
    text-align: center;
}

.cast_title span {
    display: block;
    margin-bottom: 8px;
    color: #b3a036;
    font-family: serif;
    font-size: 14px;
    letter-spacing: 0.2em;
}

.cast_title h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.08em;
}


/* MC・ゲスト */

.cast_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 70px;
}

.cast_card {
    display: flex;
    align-items: center;
    min-height: 300px;
    background: #f3f0e7;
    color: #00003c;
}

.cast_photo {
    width: 55%;
    height: 300px;
    overflow: hidden;
}

.cast_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cast_info {
    padding: 25px;
}

.cast_role {
    display: block;
    margin-bottom: 10px;
    color: #b3a036;
    font-family: serif;
    font-size: 12px;
    letter-spacing: 0.15em;
}

.cast_info h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
}


/* スクールサポーター */

.supporter {
    margin-bottom: 70px;
    padding: 45px 40px;
    background: #f3f0e7;
    color: #00003c;
}

.supporter_heading {
    margin-bottom: 30px;
    text-align: center;
}

.supporter_heading span {
    display: block;
    margin-bottom: 5px;
    color: #b3a036;
    font-family: serif;
    font-size: 12px;
    letter-spacing: 0.15em;
}

.supporter_heading h3 {
    margin: 0;
    font-size: 30px;
    letter-spacing: 0.05em;
}

.member_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.member {
    text-align: center;
}

.member_photo {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    margin-bottom: 12px;
    background: #00003c;
}

.member_photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.member p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}


/* 対決進行 */

.cast_mc {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 25px;
    border: 1px solid #b3a036;
    background: rgba(255, 255, 255, 0.05);
}

.cast_mc_photo {
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    overflow: hidden;
}

.cast_mc_photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cast_mc_info {
    padding-left: 35px;
}

.cast_mc_info span {
    display: block;
    margin-bottom: 8px;
    color: #b3a036;
    font-size: 13px;
    letter-spacing: 0.12em;
}

.cast_mc_info h3 {
    margin: 0;
    font-size: 28px;
}

.cast_mc_info p {
    margin: 5px 0 0;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}


/* =========================
   SP
========================= */

@media screen and (max-width: 767px) {

    .cast {
        padding: 10px 15px;
    }

    .cast_title {
        margin-bottom: 45px;
    }

    .cast_title h2 {
        font-size: 30px;
    }

    .cast_main {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }

    .cast_card {
        min-height: 220px;
    }

    .cast_photo {
        height: 220px;
    }

    .cast_info {
        padding: 20px;
    }

    .cast_info h3 {
        font-size: 20px;
    }

    .supporter {
        margin-bottom: 50px;
        padding: 35px 20px;
    }

    .supporter_heading h3 {
        font-size: 25px;
    }

    .member_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 15px;
    }

    .member p {
        font-size: 14px;
    }

    .cast_mc {
        padding: 15px;
    }

    .cast_mc_photo {
        width: 120px;
        height: 120px;
    }

    .cast_mc_info {
        padding-left: 20px;
    }

    .cast_mc_info h3 {
        font-size: 21px;
    }
}



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

    
    @-webkit-keyframes bg {
    from {
        background-position: 0  0;
    }
    to {
        background-position:  0 -880px;
    }
}
@keyframes bgr {
    from {
        background-position: 0 0;
    }
    to {
        background-position:  0 -880px;
    }
}

		#wrap {
	max-width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
}


.logo{
       width: 90%;
    margin: 0 auto;
    padding: 30px 0;
     animation: titleIn 1s cubic-bezier(.17,.89,.32,1.49) forwards;

    }
    
    
    .titl {
        color: #fff;
         /* background-color: #000; */
        /* text-align: left; */
        font-weight: bold;
        font-size: 1.5em;
        /* width: 300px; */
        /* margin-top: 0px; */
        margin: 0 auto;
        padding: 10px 0;
        /* margin-bottom: 20px; */
        z-index: 3;
                 position: relative;
       

}

.titl img{
    width: 60%;
}




h2{
    /* background-color: #73fa79; */
        padding: 5px 0;
        width: 95%;
        margin: 0 auto;
        color: #000;
        font-size: 1.5rem;
        font-weight: bold;
}

h2 img{
    width: 70%;
}


    
    #main img{
        width: 95%;
        margin: 0 auto;
    }
    
    #time{
        width: 90%;
        margin: 0 auto;
            padding-top: 30px;
    }
    
    #time p{
        color: #f9b600;
    }
    

    #pr_movie{
        width: 85%;
        margin: 0 auto;
       
        /* background-color: #000; */
        padding: 1% 5% 5%;
    }

    #missed{
        color: #000;
        width: 95%;
        margin: 0 auto;
        /* margin-top: 50px; */
        /* background-color: #000; */
        padding: 0 0 30px 0;
    }

    .missed_info{
        /* display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly; */
    }

    .missed_info img{
        width: 55%;
        margin: 0 auto;
        padding: 2%;
    }

    #missed p{
        color: #000;
        font-size: 1.2rem;
        margin-top: 2%;
        padding: 0 10px;
        text-align: center;
    }
  
    
    #about{
      width: 95%;
        margin: 0 auto;
        margin: 0 auto;
        margin-top: 20px;
       /* background-color: #ffffffd4; */
    }
    

        .about_info{
        width: 95%;
        background:#000;
                  margin: 0 auto;
                padding: 20px 0;
                        border: solid #f1036c 5px;
        margin-top: -40px;
        box-shadow:0 5px 20px rgba(0,0,0,.5);

        position:relative;

        z-index: 2;
        
    }

    .about_info::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:
    linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255,255,255,0) 40%
    );

    pointer-events:none;
}
    
    .about_info p{
font-family: "Kaisei Tokumin", serif;
font-size: 1.5rem;
line-height: 3rem;
color: #fff;
    }

    .about_info .yellow{
        color: yellow;
        font-family: "Kaisei Tokumin", serif;
    }

     .about_info .pink{
        color: rgb(241 2 108);
        font-family: "Kaisei Tokumin", serif;
    }


    #cast{
        width: 95%;
        margin: 0 auto;
        margin: 0 auto;
        margin-top: 30px;
       /* background-color: #ffffffd4; */
       /* margin-bottom: 50px; */
    }
    
    .cast_info{
        padding: 0px 0 10px 0;
    }


    

    .cast_box{
        width: 45%;
        margin: 0 auto;
        margin-bottom: 20px;
       
        
    }

    .cast_box span{
        font-size: 1.5rem;
    }

    
    .cast_box_mc{
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
   .cast_box_info{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* margin-bottom: 20px; */
   }

     .cast_vtr{
    width: 70%;
    margin: 0 auto;
   }


      #archive{
      width: 95%;
        margin: 0 auto;
        margin: 0 auto;

       /* background-color: #ffffffd4; */
       margin-bottom: 50px;
   }

   .archive_info{
    width: 95%;
    margin: 0 auto;
    

     padding: 10px 0;

    background-color: #fff;

  
   }

   .archive_link{
     display: flex;
            justify-content: space-around;
              padding: 5px;
       

   }

   .archive_info a{
    width: 45%;
   }

   .broadcast-date{
    padding: 15px 0;
   }

   .broadcast-date span{
    font-family: "Kaisei Tokumin", serif;
  font-size: 2.5rem;
}


        /* メイン_見逃し配信 =================================== */
        #top_missed{
        width: 100%;
            margin: 0 auto;
                    padding: 1px 0 10px 0;
    }
    
        #top_missed_titl{
            background-color: #c0a42b;
            color: #00003c;
        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; */
    }

    

}





/* -------------------------------------------------------------------------------------------------------------------
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;
	}

    
    @-webkit-keyframes bg {
    from {
        background-position: 0  0;
    }
    to {
        background-position:  0 -1772px;
    }
}
@keyframes bgr {
    from {
        background-position: 0 0;
    }
    to {
        background-position:  0 -1772px;
    }
}
    
		#wrap {
	max-width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
}
    
    .mov-wrap{
        width: 80%;
        margin: 0 auto;
    }
    
        .fix_contents{
        width: 8%;
    }
    
              /* フッター =================================== */
    #pageTopBar{
        margin-top: 50px;
        padding-top: 10px;
    }
    
    .fas img{
        width: 150px;
    margin-top: -100px;
    }
    

    
    .logo{
       width: 100%;
    margin: 0 auto;
    padding: 30px 0;
     animation: titleIn 1s cubic-bezier(.17,.89,.32,1.49) forwards;

    }

    .logo img{
 width: 980px;
 margin: 0 auto;
    }

  @keyframes titleIn{
    0%{
        opacity: 0;
        transform: translateY(-50px) scale(0.7);
    }

    70%{
        opacity: 1;
        transform: translateY(10px) scale(1.08);
    }

    100%{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
    
    .titl {
        color: #fff;
         /* background-color: #000; */
        /* text-align: left; */
        font-weight: bold;
        font-size: 3em;
        /* width: 300px; */
        /* margin-top: 0px; */
        margin: 0 auto;
        padding: 10px 0;
        margin-bottom: 20px;

         z-index: 3;
                 position: relative;
       

}

.titl img{
    width: 600px;
    
}




h2{
    /* background-color: #73fa79; */
    padding: 0 15px;
    width: 500px;
    margin: 0 auto;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}


    
    #main img{
        width: 1200px;
        margin: 0 auto;
    }
    
    #time{
        width: 700px;
        margin: 0 auto;
            padding-top: 30px;
    }
    
    #time p{
        color: #f9b600;
    }
    

    #pr_movie{
        width: 1200px;
        margin: 0 auto;
        margin-top: 100px;
        /* background-color: #000; */
        padding: 0 0 50px 0;
    }

    #missed{
        width: 1200px;
        margin: 0 auto;
        margin-top: 100px;
        /* background-color: #000; */
        padding: 0 0 30px 0;
    }

    .missed_info{
        display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    }

    .missed_info img{
        width: 70%;
    }

    #missed p{
        color: #000;
        font-size: 1.5rem;
        margin-top: 30px;
    }
  
    
    #about{
      width: 1100px;
        margin: 0 auto;
        margin: 0 auto;
        margin-top: 100px;
       /* background-color: #ffffffd4; */
    }

    .about_info{
        width: 1000px;
        background:#000;
                  margin: 0 auto;
                padding: 30px 10px;
                        border: solid #f1036c 5px;
        margin-top: -80px;
        box-shadow:0 15px 40px rgba(0,0,0,.5);

        position:relative;

        z-index: 2;
        
    }

    .about_info::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:
    linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255,255,255,0) 40%
    );

    pointer-events:none;
}
    
    .about_info p{
font-family: "Kaisei Tokumin", serif;
font-size: 3.3rem;
line-height: 6rem;
color: #fff;
    }

    .about_info .yellow{
        color: yellow;
        font-family: "Kaisei Tokumin", serif;
    }

     .about_info .pink{
        color: rgb(241 2 108);
        font-family: "Kaisei Tokumin", serif;
    }







   #archive{
      width: 1200px;
        margin: 0 auto;
        margin: 0 auto;
      
       /* background-color: #ffffffd4; */
       margin-bottom: 100px;
   }

   .archive_info{
    width: 700px;
    margin: 0 auto;
    padding-top: 10px;
   background-color: #fff;

   }

   .archive_link{
     display: flex;
            justify-content: space-around;
            padding: 10px 0 20px 0;
       

   }
   


   .archive_info a{
    width: 45%;
   }



    #cast{
        width: 1200px;
        margin: 0 auto;
        margin: 0 auto;
        margin-top: 100px;
       /* background-color: #ffffffd4; */
       margin-bottom: 100px;
    }
    
    .cast_info{
        padding-bottom: 10px;
    }
    

    /* メイン_見逃し配信 =================================== */
    
    
    #top_missed_titl{
        background-color: #c0a42b;
        color: #00003c;
        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%;
    }

   

}