 @charset "UTF-8";

@media print{body{display:none;}}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td,img,form,hr{margin:0;padding:0;border:0;font-style:normal;font-weight:normal;text-align:left;word-break:break-all;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;}
th,td{border-collapse: collapse;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;line-height:100%;font-weight:normal;word-wrap:break-word;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

/*------------------------------------------------------
 Base 
------------------------------------------------------*/
body{
    color: #fff;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    background-color: #fff;
  }
  
  h1 {
    font-size: 2em;
  }
  
  h2 {
    font-size: 1.5em;
  }
  
  h3 {
    font-size: 1.17em;
  }
  
  h4 {
    font-size: 1.08em;
  }
  
  h5 {
    font-size: .83em;
  }
  
  h6 {
    font-size: .75em;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
  }
  
  img{
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  /* link */
  a:link { text-decoration:none; color:#0066cc; }
  a:visited { text-decoration:none; color:#0066cc; }
  a:hover { text-decoration:none; color:#0066cc; }
  a:active { text-decoration:none; color:#0066cc; }
  
  /* clearfix */
  .clearfix:before,
  .clearfix:after {
    content: '';
    display: table;
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* For IE 6/7 only */
  .clearfix {
    *zoom: 1;
  }

  /*.pc{}*/
  .pc{ display:block;}
  .sp{ display:none;}
  .cx_smartphoneview .pc{ display:none;}
  .cx_smartphoneview .sp{ display:block;}
  
/*------------------------------------------------------------
  
　メインビジュアル

------------------------------------------------------------*/

#c-header .fv {
  background: repeat-y center top url(../image/fv_bg.jpg);
  background-size: 100%;
}
#c-header .ttl-logo{
  margin: 0 auto;
  width: 68%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #c-header .ttl-logo{
    max-width: 180px;
  }
}
#c-header .fv img{
  width: 100%;
  text-align: center;
}
#c-header h1 {
  display: none;
}

/*------------------------------------------------------------
  
　ナビゲージョンエリア

------------------------------------------------------------*/
#navi{
  padding: 0 24px;
  background: #000;
}
#navi ul{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#navi .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#navi .navi-area-wrap {
  padding: 24px 0;
}
#navi .navi-area-wrap li {
  width: 16.35%;
  padding-right: 1rem;
}
#navi .navi-area-wrap li:last-of-type {
  padding-right: 0;
}
/*#navi .navi-area-wrap li a img:hover{
  position: relative; 
  top: 3px; 
  left: 3px; 
  transition: .6s;
  -webkit-transition: .6s;
  -ms-transition: .6s;
}*/
#navi .navi-area-wrap li a .linkBtn {
	position: relative;
	width: 100%;
  height: 81px;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
#navi .navi-area-wrap li a .linkBtn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
}
#navi .navi-area-wrap li a .linkBtn:hover img:nth-of-type(2) {
	opacity: 0;
}
@media screen and (max-width: 1000px) {
  #navi .navi-area-wrap li  {
    width: 20.35%
  }
}
@media screen and (max-width: 768px) {
  #navi{
    padding: 0 4%;
  }
  #navi .navi-area-wrap {
    padding: 15px 0;
  }
  /*#navi .navi-area-wrap li {
    width: 30.35%;
  }
  #navi .navi-area-wrap li:last-child {
    padding-right: 0;
  }*/
  #navi .navi-area-wrap li {
    width: 48.35%;
  }
  #navi .navi-area-wrap li:nth-child(even) {
    padding-right: 0;
  }
  #navi .navi-area-wrap li:nth-child(-n + 2) {
    margin-bottom: 1rem;
  }
}


/*------------------------------------------------------------
  
　放送内容

------------------------------------------------------------*/
/*-------------- 共通 -------------*/
.bg-image {
    background-size: 100%;
    background-repeat: repeat;
    background-position: center top;
    background: url(/the-second/image/bg.jpg),#1b018d;
  }
  .bg-color{
    background: #000;
  }
  
  .l-main {
    padding: 50px 30px;
  }
  @media screen and (max-width: 1000px) {
    .l-main {
        padding: 50px 5%;
    }
  }
  .l-content-wrap{
    max-width: 1000px;
    margin: 0 auto;
  }
  .title-wrap{
    margin-bottom: 28px;
  }
  .title-image{
    text-align: center;
  }
  .title-image img{
    width: 100%;
    max-width: 1000px;
  }

/*-------------- 放送内容 -------------*/
.caststaff_container{
    color: #fff;
}
.caststaff_inner > div {
    margin-bottom: 40px;
}
.caststaff_inner .title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.caststaff_inner .text-area p{
    text-align: center;
  }
.caststaff_inner .text-area .txtTitle{
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}
.caststaff_inner .text-area .txtInfo{
    font-size: 23px;
    font-weight: bold;
  }
.caststaff_container ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 4rem;
}
.caststaff_inner .cast_photo {
  width: 450px;
  margin: auto;
  text-align: center;
}
.caststaff_inner .cast_name {
  text-align: center;
  margin: 1.2rem 0;
  font-size: 18px;
}
.caststaff_container .cast a {
  display: block;
  width: 100%;
  text-align: center;
}
.caststaff_container .caststaff_btn {
  color: #fff;
  font-size: 20px;
  background: hwb(0deg 100% 0% / 25%);
  display: inline-block;
  padding: 1.2rem 6.4rem;
  border: 1px solid #fff;
}
.caststaff_container .caststaff_btn:hover{
  background: rgb(0 0 0 / 85%);
}
.caststaff_container .caststaff_btn .arrow-svg__small {
  transform: rotateZ(-90deg);
  padding-right: 6px;
}
.caststaff_container .announcer .cast_photo {
  width: 240px;
  margin: 0 15px;
}
.caststaff_container .info_txt {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 4rem;
}
.caststaff_inner .cast_txt, 
.caststaff_inner .staff_txt {
  text-align: center;
  margin: 2.4rem 0;
  font-size: 18px;
}
.text-inner__Link {
  padding: 2px 6px;
  background: rgb(221 213 255);
  border-radius: 3px;
  color: #1c038e !important;
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  .caststaff_inner > div {
    margin-bottom: 3rem;
  }
  .caststaff_inner .title {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
  .caststaff_inner .text-area .txtTitle {
    font-size: 17px;
  }
  .caststaff_inner .text-area .txtInfo {
    font-size: 17px;
  }
  .caststaff_container ul {
    align-items: flex-start;
  }
  .caststaff_inner .cast_photo {
    width: 75%;
  }
  .caststaff_inner .cast_name {
    font-size: 16px;
    margin: 1rem 0 1rem 0;
  }
  .caststaff_container .caststaff_btn {
    font-size: 16px;
    font-weight: bold;
    padding: 0.8rem 1.5rem 0.8rem 1.9rem;
  }
  .caststaff_container .caststaff_btn .arrow-svg__small {
    width: 12px !important;
    height: 18px !important;
  }
  .caststaff_container .announcer li {
    width: calc(93% / 2) !important;
    padding: 0 5px;
  }
  .caststaff_container .caststaff_inner .announcer .cast_photo {
    width: 100%;
    margin: 0;
  }
  .caststaff_container .announcer li .cast_name {
    font-size: 13px;
  }
  .caststaff_container .announcer .cast_name span {
    font-size: 12px;
}
  .caststaff_container .info_ttl,
  .caststaff_container .cast_ttl,
  .caststaff_container .staff_ttl,
  .caststaff_container .info_txt,
  .caststaff_container .comment_txt,
  .caststaff_container .cast_txt,
  .caststaff_container .staff_txt
  {font-size: 16px;
    margin: 1.5rem 0;}
}
.staff_txt a{
  margin-left: 20px;
}
.staff_txt a .staff_btn{
  color: #fff;
  font-size: 16px;
  background: hwb(0deg 100% 0% / 25%);
  display: inline-block;
  padding: 0.8rem 1.5rem 0.8rem 1.9rem;
  border: 1px solid #fff;
}
.staff_txt a .staff_btn:hover{
  background: rgb(0 0 0 / 85%);
}
.staff_txt a .staff_btn .arrow-svg__small {
  transform: rotateZ(-90deg);
  padding-right: 6px;
}

/*------------------------------

   バナー 

------------------------------*/
.archive h5{
  font-size: 4.2rem;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.archive .list{
  display: flex;
  gap: 15px;
  /* gap: 5px; */
  flex-wrap: wrap;
  justify-content: center;
}
.archive .item{
  /* width: 16%; */
  width: 46%;
  display: block;
}
.archive .item a{
  position: relative;
  display: block;
  /* padding: 15px 0; */
  padding: 25px 0;
  /* font-size: 15px; */
  font-size: 22px;
  text-align: center;
  letter-spacing: .1em;
  border: 1px solid #cacaca;
  color: #cacaca;
}
.archive .item a:hover{
  background: rgba(255, 255, 255, 0.25);
}
.archive .item a::after {
  position: absolute;
  right: -1px;
  bottom: -11px;
  content: "";
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #cacaca;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .archive h5{
    font-size: 3.2rem;
  }
  .archive .list{
    gap: 10px;
    justify-content: center;
  }
  .archive .item{
    width: 48%;
  }
  .archive .item a{
    padding: 15px 0;
    font-size: 15px;
    font-size: 16px;
  }
  .archive .item a::after {
    right: 0px;
    bottom: -5px;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #cacaca;
  }
}